Quote:
Originally Posted by chrishirst
Nope, It sounds more like a case for getting rid of the Iframe...
|
bummer - I really didn't want to hear that..
The alternate option is, instead of using an iframe, I have all my text content on a div with a lower z-index vale, and have my images that I want to remain stationary (not scroll) at a higher z-index value with the style POSITION: FIXED;
..but I tried that and quickly found out that POSITION: FIXED is not understood by older versions of IE (including IE 7.0.57 which I am using here), and the javascript work around gave very jerky results.
what a headache!!
So anyone got a fix for the IE position: fixed problem??
|