markupmark
11th May 06, 10:46 AM
Hi
I got this wiered opera and safari horisontal scroll-bar bug manifesting in my web pages which has something to do with overflow properties. I tried to use this:
html {
overflow-x: hidden;
overflow-y: auto;
}
but it did not work... I just can't seem to crack it, any ideas?
A working demo can be found here:
http://www.nivas.hr/pub/planet/index.html
Any help would be great.
I got this wiered opera and safari horisontal scroll-bar bug manifesting in my web pages which has something to do with overflow properties. I tried to use this:
html {
overflow-x: hidden;
overflow-y: auto;
}
but it did not work... I just can't seem to crack it, any ideas?
A working demo can be found here:
http://www.nivas.hr/pub/planet/index.html
Any help would be great.