问题描述
下面的代码在IE6下显示正常,IE8、IE9下内容就向下沉!请问如何才能IE6、IE8、IE9中显示一直!?谢谢!<divid="right_6"><ul><li><ahref="#">公司党委书记肖玉杰带队考察学习兄弟单</a></li><li><ahref="#">公司党委书记肖玉杰带队考察学习兄弟单位企业文化</a></li><li><ahref="#">公司党委书记肖玉杰带队考察学习兄弟单位企业文化</a></li><li><ahref="#">公司党委书记肖玉杰带队考察学习兄弟单位企业文化</a></li><li><ahref="#">公司党委书记肖玉杰带队考察学习兄弟单位企业文化</a></li><li><ahref="#">公司党委书记肖玉杰带队考察学习兄弟单位企业文化</a></li></ul></div>
#wxfjf#main#right#right_6ul{margin-left:23px;_margin-left:20px;list-style-image:url(images/zg.gif);font-family:Arial,Helvetica,sans-serif;font-size:12px;color:#000;}#wxfjf#main#right#right_6ulli{width:230px;background-color:#F0F;}#wxfjf#main#right#right_6ullia{width:230px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;background-color:#FF0;}
解决方案
解决方案二:
直接使用top属性吧。。。
解决方案三:
*{margin:0px;padding:0px;}
解决方案四:
#wxfjf#main#right#right_6ulli{width:230px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;}我找到解决方案了,但这样写的话!list-style-image:url(images/zg.gif);IE8、IE9中就丢失了!
解决方案五:
引用2楼diavel的回复:
*{margin:0px;padding:0px;}
早就写了!
解决方案六:
还是挺感谢大家的!
解决方案七:
怎么解决的