http://www.iyunlu.com/view/css-xhtml/55.html
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }.
使用CSS3为图片自动添加圆角
p img{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
http://www.iyunlu.com/view/css-xhtml/55.html
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }.
使用CSS3为图片自动添加圆角
p img{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
本文标题:css清除浮动 使用CSS3为图片自动添加圆角
本文链接:https://www.haomeiwen.com/subject/oajogctx.html
网友评论