html - Opera bug overflow:hidden & position:absolute viewport-size -
i ran bug in opera (v10.63 on windows7) – not first time, don't see workaround time...
i have container-div overflow:hidden. inside div second div (image-holder) position:absolute , image. -> part of image exceeds dimensions of container should hidden (i don't want image affect scrollbars)
what opera gets wrong size of viewport:
instead of using size of container calculate size of viewport, opera calculates using size of image-holder (-> scrollbars).
—
here's link site (image in bottom-left corner):
http://lescaves.ch
i found following article reporting bug (but not providing solution):
http://www.greywyvern.com/code/opera/bugs/overflowpositioning
—
does have experience or knows fix/workaround?
thanks,
julian
try adding position: fixed
<img>
tag (not #image selector).
Comments
Post a Comment