Speigei
12-17-2003, 05:35 AM
Hello all,
I have tried alot of things but could not figure it out myself so here is my question regarding clipping with css.
First off, here is the page that produces the problem (http://www.wasimmer.de/scripts/css_clip.html)
I have setup a little javascript to bind the image to the x-coordinate of the mouse, to create a sliding effect, this works great, however if the x-coordiante reaches a certain amount (in my case 318 with a resolution of 1152x864) the horizontal scrollbar appears, which is unwanted and I want to get rid off. I set the clip overflow parameter to hidden (which after my research should be the right option) but I have also tried the others and they produced the same result.
The Problem only persists in IE, Mozilla displays it correctly without any scrollbar. I really appreciate any help you might be able to offer, Thanks!
I have tried alot of things but could not figure it out myself so here is my question regarding clipping with css.
First off, here is the page that produces the problem (http://www.wasimmer.de/scripts/css_clip.html)
I have setup a little javascript to bind the image to the x-coordinate of the mouse, to create a sliding effect, this works great, however if the x-coordiante reaches a certain amount (in my case 318 with a resolution of 1152x864) the horizontal scrollbar appears, which is unwanted and I want to get rid off. I set the clip overflow parameter to hidden (which after my research should be the right option) but I have also tried the others and they produced the same result.
The Problem only persists in IE, Mozilla displays it correctly without any scrollbar. I really appreciate any help you might be able to offer, Thanks!