2013-02-22 65 views
0

OK,我有一个DIV滚动,它们都需要吧,这是一个简单的布局我开始:不寻常的差距

<html> 
<head> 
<title>Testing</title> 
</head> 

<style> 
.Test { 
    overflow-x: scroll !important; 
    overflow-y: scroll !important; 
    height: 300px; 
    width: 100%; 
} 
</style> 

<body> 
    <div class="Test"></div> 
</body> 
</html> 

显示这个信息时在IE9中,我得到水平滚动条右侧大小的差距。我附上了一张图片来展示问题。

An example of what is shown 什么是造成这个问题的任何帮助将不胜感激。

+0

你可以只用'溢出更换'溢出x'和'溢出y':滚动;'。在这里真的有必要!! – 2013-02-22 15:21:47

回答