[WEB4LIB] Re: fixed positioning does not work with Internet Explorer
Brandon Dennis
bdennis at shreve-lib.org
Mon Nov 29 15:16:02 EST 2004
You can also check out the "faking" fixed position demo here:
http://devnull.tagsoup.com/fixed
It works pretty well. :)
Brandon
-----Original Message-----
From: Justin Rounds [mailto:jrounds at uchicago.edu]
Sent: Mon 11/29/2004 11:16 AM
To: Multiple recipients of list
Cc:
Subject: [WEB4LIB] Re: fixed positioning does not work with
Internet Explorer
The style "position:fixed" does _not_ work in IE/Windows, so you
can
either use a frameset to achieve the results you want, you can
hack up
some dhtml that will reposition the "sidebar" div whenever the
page is
scrolled, or you can just live with it and design your page
accordingly.
My recommendation is just to live with it -- this is
W3C-standard CSS
code that IE *should* be implementing, but doesn't.
More information about the Web4lib
mailing list