随着动态内容的增长,Chrome不会改变父div大小? Firefox和IE工作正常

时间:2013-05-24 05:38:16

标签: google-chrome html cross-browser dynamic-content

我正在使用jquery和php脚本在页面上加载动态内容.Mozilla正在提升动态内容并增加div的大小。下面是代码。

#whtshot{width:700px; min-height:200px; height:auto !important; background:blue;position:relative; padding-bottom: 500px; clear:both;left:10px;top:200px; }  

.newsbox{width:640px;height:460px;position:relative;margin:auto;top:10px;background:white;box-shadow: 2px 2px 2px #888;}

#transbox {width:1305px; height:auto !important;min-height:212;clear:both;background:rgb(250, 250, 250);position:relative;margin:auto;opacity:1;filter:alpha(opacity=60); /* For IE8 and earlier */box-shadow:0 0 10px #9ecaed;}

Transbox是包装器,whtshot是newsbox的容器 here is the link页面检查出来

添加溢出:隐藏到transbox ..是不是在谷歌浏览器滚动..... ?? Mozilla和IE都可以。

1 个答案:

答案 0 :(得分:0)

transbox {overflow:hidden} -----------它会起作用,但要确保它不会妨碍其他的,还有一件事,你有太多的用户(!重要),以获得最佳实践不要使用。