/*ie6 hack*/
* html, * html body {
background-image: url(about:blank);
background-attachment: fixed;
}
* html #menu {
/*position: fixed;*/
position: absolute;
top:expression(((e=document.document.scrollTop)?e:document.body.scrollTop)+100+"px");
}
微信扫一扫
/*ie6 hack*/
* html, * html body {
background-image: url(about:blank);
background-attachment: fixed;
}
* html #menu {
/*position: fixed;*/
position: absolute;
top:expression(((e=document.document.scrollTop)?e:document.body.scrollTop)+100+"px");
}
相关推荐