28个你必须知道的HTML5新特性、技巧和技术(2)
发布时间:2018-10-04 13:47 所属栏目:30 来源:站长网
导读:可以使用css的:before和:after来显示min和max的值 input type=range name=range min=0 max=10 step=1 value=input[type=range]:before { content: attr(min); padding-right: 5px;}input[type=range]:after { conte
可以使用css的:before和:after来显示min和max的值 <input type="range" name="range" min="0" max="10" step="1" value=""> input[type=range]:before { content: attr(min); padding-right: 5px; } input[type=range]:after { content: attr(max); padding-left: 5px;} 来源:http://adamlu.com/?p=584 英原文:http://net.tutsplus.com/tutorials/html-css-techniques/25-html5-features-tips-and-techniques-you-must-know/ (编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读