- button{
-
padding: 0 .25em;
- width: auto;
-
_width: 0;
- overflow:visible !ie;
-
}
button{
padding: 0 .25em;
width: auto;
_width: 0;
overflow:visible !ie;
}
IE6下button随着文字的增多两边的内容边框也会增加的,上面的代码可以弥补这个BUG
相关文章:
-
2021-10-11
-
2022-12-23
-
2022-12-23
-
2021-09-02
-
2022-01-23
-
2022-12-23
-
2021-11-27