A标签美化checkbox
来源:网络 责任编辑:栏目编辑 发表时间:2013-07-01 15:02 点击:次
简单修改后的:
<html>
<title>51css</title>
<style type="text/css">
a,label {
display:block;
width:25px;
height:25px;
overflow:hidden;
}
a {background:url("20070519_82a5f3ae0299b6163a2cLk3uyVuFSv9J.gif") no-repeat}
a:hover {background:url("20070519_be7c34d5508e4167e06crax6MCxxJrE7.gif") no-repeat}
a#b {background:url("20070519_15613fd58c27b7022bb2fCqNnqRCmtIn.gif") no-repeat}
</style>
</head>
<body>
方法1:<br/>
<label> <a href="#b" id="a" hideFocus></a>
<a href="#a" id="b" hideFocus></a>
</label>
<!--
<label for= "chk"> <input type="checkbox" id= "chk"> 是否显示照片 </label>
-->
</body>
</html>
本文出自“accpxudajian”
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>