display:inline-block; text-indent:-9999em;同时使用,IE7隐藏元素本身的解决方法
示例:
第一种解决方法:
a{width:100px; height:36px;display:inline-block; text-indent:-9999em;*text-indent:0!important;*text-indent:-5px;*font-size:0; *line-height:0;}
*text-indent:0!important;*text-indent:-5px; 前者对ie7有效,后者对ie6有效,
*font-size:0; *line-height:0; 使ie7、6能达到 text-indent:-9999em;隐藏文字的同样效果
第二种解决方法:
a{width:100px; height:36px;display:inline-block; line-height:200px; overflow:hidden;}
设置line-height:200px; 使元素内文字在定义的height外显示,再使用overflow使超过height部分隐藏,从而达到隐藏文字的效果!此种方法,无兼容问题,不用写hacker,推荐!!
請求: /wp-comments-post.php
方式: 未經評論表格
內容: 强大!
— 記錄成功 —