CSS : overflow : auto will not work under FireFox 3.6.2

Posted by Michael Mao on Stack Overflow See other posts from Stack Overflow or by Michael Mao
Published on 2010-04-20T02:00:04Z Indexed on 2010/04/20 2:03 UTC
Read the original article Hit count: 346

Filed under:
|
|

Hello everyone:

This is a CSS related question, I got one good answer from my previous question, which suggested to use some CSS code like overflow:auto together with a fixed height container.

And here is my actual implementation : on uni server

Please follow the instructions on screen and buy more than 4 kinds of tickets.

If you are using IE8, Opera, Safari, Chrome, you would notice that the lower right corner of the page now has a vertical scroll bar, which scrolls the content inside it and prevent it from overflowing. That's what I want to have in this section.

Now the problem is, this would not do in FireFox 3.6.2. Am I doing something not compliant to the CSS standard or FireFox has its own way of overflow control?

You can inspect the elements on screen, and all controlling functions are done in one javascript using jQuery. All CSS code are kept in a separated file as well.

According to the professor, FireFox would be the target browser, although the version was set to 2.0...

© Stack Overflow or respective owner

Related posts about css

Related posts about homework