Hello and welcome to beautiful Jun Blog.

Tag Archives: position

兼容IE6 position:fixed

Tags:, , .

IE6以下不能理解style = “position:fixed”,
所以我们要用javascript来兼容rubbish的它

我们要在js文件里写么,no,因为是IE,我们有更好的方式,那就是style.setExpression

也许应该这样
obj.style.setExpression(‘top’,'document.body.scrollTop + 100′); (全文…)

Posted on 30 十一月 '08 by admin, under CSS. No Comments.