CSS制作网页变色按钮:实例详解网页变色按钮
2012-07-04 11:31:54 来源:WEB开发网核心提示:#theLink{ display:block;/*因为标签a是内链元素,所以利用这句话将内链元素转化成块状元素,CSS制作网页变色按钮:实例详解网页变色按钮(2),后面的width和height才起作用*/ width:120px; height:41px; margin:0 auto; backgroun
#theLink{
display:block;/*因为标签a是内链元素,所以利用这句话将内链元素转化成块状元素,后面的width和height才起作用*/
width:120px;
height:41px;
margin:0 auto;
background:url(../images/normal.gif) no-repeat;
}
#theLink:hover{background:url(../images/press.gif) no-repeat;}
display:block;/*因为标签a是内链元素,所以利用这句话将内链元素转化成块状元素,后面的width和height才起作用*/
width:120px;
height:41px;
margin:0 auto;
background:url(../images/normal.gif) no-repeat;
}
#theLink:hover{background:url(../images/press.gif) no-repeat;}
更多精彩
赞助商链接