首页
去掉IE11的叉叉
在 IE11 下,浏览器自作多情在 text input 组件上加一个 close 叉叉:
用CSS伪类定义:
input::-ms-clear { display: none; }
div+css
相关
采用 DIV+CSS 布局网页练习
Div+css的学习
标签