比如
a {
display:block //定义为块元素,才可以使用宽、高、背景
width:120px
height:40px
line-height:40px
color:#FFF
background:url(icon.gif) no-repeat 10px 15px #F00 //定义背景,图片不重复,距左10像素距顶15像素,背景图片覆盖不到的地方显示背景色#F00
text-indent:40px //文字缩进40像素,以不和icon重叠
}
以上具体的数字,根据效果来调整
比如
a {
display:block //定义为块元素,才可以使用宽、高、背景
width:120px
height:40px
line-height:40px
color:#FFF
background:url(icon.gif) no-repeat 10px 15px #F00 //定义背景,图片不重复,距左10像素距顶15像素,背景图片覆盖不到的地方显示背景色#F00
text-indent:40px //文字缩进40像素,以不和icon重叠
}
以上具体的数字,根据效果来调整