码迷,mamicode.com
首页 > Web开发 > 详细

css3复选框

时间:2015-07-29 15:40:58      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

</head>
/*input[type="checkbox"]:checked{outline:2px solid #FC3;}当鼠标选中添加边框变幻颜色*/
<style>
input[type="checkbox"]:checked{
outline:2px solid #FC3;}
</style>

<body>
<input type="checkbox" />阅读
<input type="checkbox" />旅游
<input type="checkbox" />上网
<input type="checkbox" />看电影
<input type="checkbox" />游戏
</body>
</html>

展示的效果

技术分享

css3复选框

标签:

原文地址:http://www.cnblogs.com/-chengkai/p/4685904.html

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