`
mybwu_com
  • 浏览: 179941 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

Div Popup fix the page content height

 
阅读更多

If you changeposition: absolutetoposition: fixedit will work in all browsers except IE6. This fixes the div to the viewport, so it doesn't move out of view when scrolling.

You can use$(document).height()in jQuery to make it work in IE6 too. E.g.

$('.screenMask').height($(document).height());
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics