|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
||||
|
||||
|
Most of the people who frequent the CSS forum here also frequent this HTML forum, but I'll move this for you since it really has turned into a CSS issue.
I repeat my suggestion of asking at SitePoint. If anyone knows a fix for this, Paul O'Brien will. ** Thread Moved **
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. I'm looking for new clients. |
|
#18
|
|||
|
|||
|
Hey guys,
Just thought I'd drop back to say problem solved. I found a good script at JavaScript-FX, it uses javascript to reposition a div when the user scrolls. The div is " position : absolute " so there shouldn't be any issues with IE. So far I've tested with the following browsers and had no problems : Firefox 2 IE 7 / 8 Safari 3 Opera 9 Navigator 9 Flock 1 If you want to see the script in action visit Twisted Reality. Thanks for all the help I got here ![]() |
|
#19
|
||||
|
||||
|
Bah! JavaScript. I dislike using JavaScript for this kind of thing. I seem to have come up with an alternate solution. I'll post it later.
I suggest you give it position:fixed by default and then use JavaScript to give it position:absolute. P.S. Thanks for posting the follow-up in both threads. ![]() |
|
#20
|
|||
|
|||
|
Yeah I know what you mean. I didn't want to use JS for this. Just seemed to be the only way to achieve the same scrolling effect in all browsers.
I tried using IE comment conditional statements to make the switch from fixed to absolute, which worked great, but didn't give IE the same scrolling experience as the rest of the browsers. I'm curious about your alternate method though. |
|
#21
|
||||
|
||||
|
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Sometimes displays in IE (IE7 fixed positioning issue) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|