学习了很久html+css,但是今天发现竟然连个浮动问题都解决不了,有点蓝瘦香菇...
<ul style="background:orange;">
<li style="background:yellow;"><a href="javascript:;">this is a beautiful world!</a><span style="float:right; background:red;">hello world!</span></li>
</ul>
问题:如何解决IE7,注意是IE7下span浮动问题,使其和高版本浏览器显示一样。
给a加上float:left
感谢你的回答,已经解决了
a标签也给浮动就好了
感谢你的回答,已经解决