DIV + CSS问题 IE6不能隐藏下面2个盒子 其他浏览器正常如何解决? 45
<styletype="text/css">*{padding:0px;margin:0px;}.GGimage{width:1000px;height:220px;ma...
<style type="text/css">
*{padding:0px;margin:0px;}
.GGimage{width:1000px;height:220px;margin:auto;background-color:White;overflow:hidden;}
.GGimage-Box{width:206px;height:190px;float:left;margin-top:15px;margin-left:34px;background-color:White;display:inline;border:1pxsolid#cccccc;}
.GGimage-Img{width:196px;height:140px;float:left;margin-left:5px;margin-top:7px;display:inline;z-index:1;}
.GGimage-Title{width:75px;height:29px;margin-top:8px;float:left;font-size:16px;color:#1084FF;font-weight:900;text-align:center;line-height:29px;}
.GGimage-Content{width:131px;height:29px;margin-top:8px;float:left;font-size:12px;color:#666;word-wrap:break-word;overflow:hidden;}
.GGimage-down{width:100%;height:25px;float:left;background-color:Red;}
</style>
<body>
<div class="GGimage">
<div class="GGimage-Box"><img class="GGimage-Img" src="" alt="" /><div class="GGimage-Title"></div><div class="GGimage-Content"></div></div>
<!--这里复制上面那条代码5次-->
</div>
</body> 展开
*{padding:0px;margin:0px;}
.GGimage{width:1000px;height:220px;margin:auto;background-color:White;overflow:hidden;}
.GGimage-Box{width:206px;height:190px;float:left;margin-top:15px;margin-left:34px;background-color:White;display:inline;border:1pxsolid#cccccc;}
.GGimage-Img{width:196px;height:140px;float:left;margin-left:5px;margin-top:7px;display:inline;z-index:1;}
.GGimage-Title{width:75px;height:29px;margin-top:8px;float:left;font-size:16px;color:#1084FF;font-weight:900;text-align:center;line-height:29px;}
.GGimage-Content{width:131px;height:29px;margin-top:8px;float:left;font-size:12px;color:#666;word-wrap:break-word;overflow:hidden;}
.GGimage-down{width:100%;height:25px;float:left;background-color:Red;}
</style>
<body>
<div class="GGimage">
<div class="GGimage-Box"><img class="GGimage-Img" src="" alt="" /><div class="GGimage-Title"></div><div class="GGimage-Content"></div></div>
<!--这里复制上面那条代码5次-->
</div>
</body> 展开
展开全部
用一个iframe罩一下就可以了
追问
还有其他方法吗?
追答
没有了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
不想用iframe 来遮罩 或许你可以进行隐藏
另外 你说的盒子 是撒?
另外 你说的盒子 是撒?
追问
你有没有试试我的代码呢? 只是IE6下出问题 其他浏览器正常的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.GGimage{width:1000px;height:220px;margin:auto;overflow:hidden;}
首先确定一下这一行代码是绝对不会有任何问题的,只要超出了220px,那么下面的内容就会被隐藏。
你好好检查一下,是不是你发给我们代码和你自己本机测试的代码不同。检查一下结束标签有没有写错。例如本来是</div>写成了<div>,而<div>的写成了</div>。
调试CSS最好的办法是在火狐浏览器中调试,用它的fireBug插件查看CSS代码。用WEB developer插件验证HTML代码以及CSS代码的正确性。
如果最终发现你所说的问题确实存在,那么你有可能是你的IE6浏览器有问题。你可以在其它IE6中看一下效果,肯定不会出现你这样的问题。
首先确定一下这一行代码是绝对不会有任何问题的,只要超出了220px,那么下面的内容就会被隐藏。
你好好检查一下,是不是你发给我们代码和你自己本机测试的代码不同。检查一下结束标签有没有写错。例如本来是</div>写成了<div>,而<div>的写成了</div>。
调试CSS最好的办法是在火狐浏览器中调试,用它的fireBug插件查看CSS代码。用WEB developer插件验证HTML代码以及CSS代码的正确性。
如果最终发现你所说的问题确实存在,那么你有可能是你的IE6浏览器有问题。你可以在其它IE6中看一下效果,肯定不会出现你这样的问题。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询