如何巧妙地制作滚动条
有一个hack,比如:
<DIV style="HEIGHT: 148px; overflow: auto;">
<DIV style="HEIGHT: 579px">
</DIV>
</DIV>
砰,有一个滚动条148px高。然而,在 ie8 标准模式下,这不再起作用。我可以切换到 ie7 兼容模式,但这会破坏其他功能。
有谁知道其他一些黑客吗?
There was a hack, such as:
<DIV style="HEIGHT: 148px; overflow: auto;">
<DIV style="HEIGHT: 579px">
</DIV>
</DIV>
Bang, there is a scroll bar 148px tall. However, in ie8 standards mode this no longer works. I can switch to ie7 compat mode, but this breaks other things.
Does anyone know some other hack?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法确认。这在 IE8 中工作得很好: http://jsbin.com/ubano5
Can't confirm. This works just fine in IE8 here: http://jsbin.com/ubano5