我正在使用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都可以。
答案 0 :(得分:0)