On Nov 23, 2010, at 4:24 PM, Thierry Koblentz wrote:
How key is IE 6, and are people simply not going with this kind of
fixed menu?
You can use the following for IE6, but be aware that CSS
expressions are
evil!
#elementToBeFixed {
position:fixed;
}
* html {
background: url(LOL);
}
* html #elementToBeFixed {
position: absolute;
top: expression(documentElement.scrollTop);
}
Thanks, Thierry; Could you expound a bit on what evil these CSS
expressions might bring on?
Are we talkin' red guys with horns, tails and pitchforks?
cs
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************