IE6 for Windows seems to treat position:fixed as static (rather than
ignoring it). As a result, using {position:absolute; position:fixed}
doesn't work as a fallback [1].
I've found one way around it: wrap the fixed element in a div and make
that one position:absolute. However, that method needs extra markup
and that's bad. Is there another way?
Thanks in advance.
[1] eg. <http://www.w3.org/Style/CSS/>
--
KW (E-mail provided by http://fastmail.fm)