Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在内部 div 中有一个外部 div、内部 div 和一个表。外部 div 的溢出样式属性设置为隐藏,其宽度设为 100%。内部 div 的溢出属性设置为 auto.table 的宽度为 300%。
诺基亚 5800 中的浏览器在底部为我提供水平滚动条,而该页面在诺基亚 603 浏览器中正确显示。
即使外部 div 设置了上述样式,屏幕溢出的原因可能是什么?
与 div 而不是 table 的相同安排适合 correclty。
宽度通常继承自父控件。的父母是outer div什么?第二点要注意的是,最table里面的宽度是 300% ?这显然会溢出。可以发你的HTML吗?
outer div
table
HTML