设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 运营中心 > 产品 > 正文

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站长网)

网友评论
推荐文章
    热点阅读