链接到问题的图像:http://img220.imageshack.us/img220/2209/cssproblem.png
我真的不确定发生了什么……注意.在上图中,我突出显示了匹配其div的CSS类.这里有一些CSS&我正在使用的HTML代码:
HTML :(注意:我删除了框内的所有表单元素,因为我删除了它,问题仍然存在)
<div > <h1>Where to Search?</h1> </div><!--introtext --> <div > <div > <h2 >What to Search?</h2> </div><!--#end qms_search_header--> <div align="left"> <!--Form Stuff --> </div><!--#end qms_search_Box--> </div><!--#end qms_search_container--></div><!--#end intro_banner-->
CSS:
.introbanner { background:url(../img/header_bg.gif) no-repeat bottom left #FFF; wIDth:700px; height:230px; padding:0 0 30px 0; margin-bottom:10px; overflow:hidden; } .introtext { wIDth:194px; float:left; color:#FFF; border-right:2px solID #FFF; height:206px; background:url(../img/intro_bg_left.gif) no-repeat top left #222935; padding:12px; } .qms_search_container { float:right; wIDth:456px; height:206px; padding:12px; overflow:hidden; background:url('../public/frontend/img/area_banner.jpg') no-repeat top left #ffffff; } .qms_search_header { wIDth:430px; height:32px; } .qms_search_header h2 { margin:0 0 0 0; padding:0; color:#FFF; Font-weight:100; Font-size:20px; background-image:none; height:auto; } .qms_search_Box { wIDth:436px; height:164px; background:url(../img/qms_search_bg.png); padding:5px; overflow:hidden; }
我已经坚持这个问题很久了,任何帮助都会非常感激!
谢谢,
丹尼.
以上是内存溢出为你收集整理的html – CSS和IE8的问题,Box只在IE8中有溢出/重复的图像!请帮忙!全部内容,希望文章能够帮你解决html – CSS和IE8的问题,Box只在IE8中有溢出/重复的图像!请帮忙!所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)