0

我正在使用 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 是新闻框的容器, 这里是页面检查的链接

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

4

1 回答 1

0

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

于 2013-05-24T06:02:52.797 回答