`

滚动条在IE9以下是正常的写法

 
阅读更多
//以下Ie9 正常    在火狐下正常
<div style="margin-top: 55px;width: 1050px;overflow: scroll;">
	<div style="width: 3800px">
</div>
</div>


//以下Ie9 下滚动 时会有问题    在火狐下正常
<div style="margin-top: 55px;width: 1050px;overflow-x: auto;">
	<div style="width: 3800px">
</div>
</div>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics