溢出隐藏的bug:移动浏览器

时间:2014-03-21 08:24:54

标签: html safari overflow

HTML在桌面上呈现得很好,但在移动浏览器(iOS,Blackberry)中,#child没有滚动条。

有没有解决方法呢?

http://jsfiddle.net/t9y99/

<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>

0 个答案:

没有答案