您好,欢迎访问一九零五行业门户网

css笔记--小图标文字对齐中级解决方案_html/css_WEB-ITnose

出处:http://www.zhangxinxu.com/study/201603/icon-text-vertical-align.html
css
.icon { display: inline-block; width:20px; height:20px; background: url(delete.png) no-repeat center; white-space:nowrap; letter-spacing: -1em; text-indent: -99em; color: transparent; /* ie7 */ *text-indent: 0; *zoom: expression( this.runtimestyle['zoom'] = '1', this.innerhtml = '\3000');}.icon:before { content: '\3000'; }
html
情形1,空标签 删除
情形2,内部有文字删除 后面的文字
--------下面是反例------
设置了overflow:hidden 删除

效果图1 小字号
2 大字号
其它类似信息

推荐信息