IE6不支持position:fixed

/*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)+100+'px');
}

posted on 2016-08-29 17:22  webstong  阅读(67)  评论(0编辑  收藏  举报