HTML在桌面上呈现得很好,但在移动浏览器(iOS,Blackberry)中,#child没有滚动条。
有没有解决方法呢?
<div id='parent' style='width:300px; height:200px; overflow:hidden;'>
<div id='child' style='width:300px; height:200px; overflow:auto;'>
<h1>Test</h1><h1>Test</h1><h1>Test</h1>
<h1>Test</h1><h1>Test</h1><h1>Test</h1>
<h1>Test</h1><h1>Test</h1><h1>Test</h1>
<h1>Test</h1><h1>Test</h1><h1>Test</h1>
</div>
</div>