码迷,mamicode.com
首页 > 其他好文 > 详细

hmt5初学小技巧

时间:2016-04-10 00:55:51      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:

图片替换技术:

1.利用行高

.hanggao{
width: 154px;
height: 30px;
background-image: url(../img/logo_db.png);
overflow: hidden;
}
.hanggao a{
display: block;
/*background: red;*/
line-height: 200px;
}

 

2.利用首行缩进

.shuojin2{
width: 154px;
height: 30px;
background-image: url(../img/logo_db.png);
text-indent: -1000px;
}
.shuojin a{
display: block;
}

3.利用定位

.dingwei{
width: 154px;
height: 30px;
font-size: 12px;
color: transparent;
text-decoration: none;
position: relative;
}
.dingwei span{
width: 154px;
height: 30px;
background-image: url(../img/logo_db.png);
position: absolute;
top: 0;
left: 0;
}

<a href="#" class="dingwei 3A">
<span></span>
dingweijishu
</h1>
</a>

 

hmt5初学小技巧

标签:

原文地址:http://www.cnblogs.com/liaolei1/p/5373138.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!