知识学堂
  • ·联系电话:+86.023-75585550
  • ·联系传真:+86.023-75585550
  • ·24小时手机:13896886023
  • ·QQ 咨 询:361652718 513960520
当前位置 > 首页 > 知识学堂 > 网站建设知识
CSS网页制作:让IE6支持position: fixed
更新时间:2012-06-02 | 发布人:本站 | 点击率:916
html {
_background-image: url(about:blank);
_background-attachment: fixed; /* prevent screen flash in IE6 */
}

div{
overflow: visible;
position: fixed;
top: 50px;
_position: absolute; /*IE6 用absolute模拟fixed*/
_top: expression(documentElement.scrollTop + 50 + "px"); /*IE6 动态设置top位置*/
分享到: QQ空间 新浪微博 开心网 人人网