Page layout breaks only in Opera which is weird?
Posted
by Qwibble
on Stack Overflow
See other posts from Stack Overflow
or by Qwibble
Published on 2010-05-28T21:52:16Z
Indexed on
2010/05/28
22:22 UTC
Read the original article
Hit count: 156
Okay so I'm working on an admin panel, in which everything should always be only within the view port until you hit the minimum widths and heights set.
The current version of it can be seen here (its still in development) : http://qwibbledesigns.co.uk/preview/Admin/
In layout terms, it works flawlessly in all browsers, even down to ie6 =D. However, opera doesn't like it, and for some reason, always add's extra space to the bottom of the page, making it have an extra scrollbar, and I can't fathom it out which is highly annoying.
Jquery is used to set the height of the container, sidebar, and content area so that they're always within the browser view port, and these functions rerun when the window is resized. I therefore cannot work out the the life of me what's wrong with opera.
Would anyone mind taking a look and seeing if they can work it out? =D
© Stack Overflow or respective owner