zhouyue - 2013/12/4 9:30:41
使用百度浏览器高速模式显示效果正常。但是使用IE内核普通模式就不正常了。如何才能用任何模式都显示正常啊???


正常


不正常
xiyou - 2013/12/4 10:52:05
css没有写好,如果css中使用了float属性,一定要给对应标签增加height高度,或者在结尾用clear:both来清除浮动
zhouyue - 2013/12/4 12:30:59
麻烦给看看这里哪里该才可以啊?
.tw_article{clear:both;}
.tw_article li{text-align:left;border:1px dotted #cccccc;border-width:0 0 1px 0;padding:10px 0 10px 0;overflow:hidden;} /*置顶通用样式*/
.tw_article .pic{float:left;margin:5px 10px 5px 0;border:1px solid #dddddd;display:inline}
.tw_article .content{float:none!important;float:left;display:inline}
.tw_article .title{text-align:left;line-height:20px;}
.tw_article .title a{font-weight:bold;padding-left:0px}
.tw_article .introduct{padding:2px 5px 5px 0px;line-height:20px;color:#666666;}