为什么我在webstorm工具里写的ie6 hack的background-image属性和top属性都报错了?
/*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");
}