87,991
社区成员
发帖
与我相关
我的任务
分享<html>
<style type="text/css">
li{
width: 20px;
float: left;
margin-right: 30px;
margin-bottom: 12px;
}
img{
position: absolute;
}
</style>
<body>
<ul>
<li><a><img src="facebook.png"></a></li>
<li><a><img src="facebook1.png"></a></li>
<li><a>3</a></li>
</body>
</html>margin-bottom: 12px;这个属性去掉了吗? 你的图片是多大的呢?我这边图片没有记载一起。
你的图片是多大的呢?我这边图片没有记载一起。
没有挤在一起啊
img 为什么是 absolute