IE6内核下是这样子地:其它浏览器会显示在右边
异常部分代码:
<div id="Template_20" class="template_box_layout_right" style="width:auto;">
<div class="template_title_layout_right" style=""><span class="template_sign" style="">企业资质</span><span class="template_more" style=""><a href="/introduct/nav_2_3.aspx">more</a></span></div>
<div class="template_box_1_layout_right" style="">
<div id="Template_Content_20" class="template_introduct_content" style=""><script src="/include/slide.aspx?id=1" type="text/javascript"></script></div>
</div>
</div>
</div>
异常部分样式表:
/*模块左布局样式*/
.template_box_layout_right{float:none!important;float:right;margin:0 0 10px 0;border:0 solid #ccc;overflow:hidden;}
/*右模块内容样式*/
.template_title_layout_right{clear:both;margin:0 0 0 0;height:26px;text-align:left;border:0 solid #DDD;border-width:1px 1px 0 1px;background:url(images/template_title_bg.gif) repeat 0 0;overflow:hidden;}
.template_introduct_content{margin:0 0 0 0;padding:0 10px 0 10px;text-align:left;border:0 solid #ccc;}
/*左模块内容样式*/
.template_box_1_layout_right{clear:both;text-align:center;margin:0 0 0 0;padding:5px 0 5px 0;border:1px solid #DDD;height:100%;overflow:hidden;}
IE6效果


其它浏览器效果
