css 伪元素分享!!!

最近接触到的css 伪元素觉得还算不错 分享下:

1、清楚内盒浮动设置:

.back_list ul{padding:12px 0 0 12px;zoom:1;}
.back_list ul:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}/*清楚内盒浮动设置*/

 

2、伪元素after设置,在元素之后添加内容

.afterxx{width:400px;height:200px; background-color:#999;border-radius:10px;margin:50px;position:relative;}
.afterxx:after{color:#999;font-size:94px;content:"?";position:absolute;left:-23px;top:16%;}

 

3、伪元素before设置,在元素之前添加内容

.beforexx{width:300px;height:100px;}
.beforexx:before{content:url(back_listimg.jpg);}

 

注:IE8版本以下不支持标注2和3的属性

css 伪元素分享!!!,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。