/*ie6 hack*/
*html,*html body{
background-image: url(about:blank);
background-attachment: fixed;
}
*html #menu{
/*position: fixed;*/
position: absolute;
top:expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+"100px");
}
top:expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+"100px");
是+100+"px"
top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+100+"px");这样也写过还是报错