Firefox专属hack的写法【转】 firefox
程序员文章站
2022-07-06 19:25:34
...
偏生firefox有个致命的bug就是不撑持input的line-height属性
网上搜刮一大圈,终于发明1个好措施,那就是@-moz-document url-prefix(){这搭是放css语句的处所},恁地庞大的一句话,只有firefox熟悉,如许就能够给firefox配置至有关line-height的padding了。
.defaultmallsearchbt{width:70px;height:22px;line-h eight:22px;padding-left:16px;color:#fff;border:none ;background:url(../images/defaultmallsearchbt.gif) no-repeat;cursor:pointer;}
@-moz-document url-prefix(){.defaultmallsearchbt{padding:0 0 4px 16px;}}
.input2{width:30px;height:21px;padding-top:4px;border:1px solid #d5d5d5;position:relative;*top:4px;}
@-moz-document url-prefix(){.input2{top:2px;}}
上一篇: [日常] Redis基本使用测试
推荐阅读
-
转自:(邂逅思维)发现几处IE与firefox的js和css几处不同点
-
转自:(邂逅思维)发现几处IE与firefox的js和css几处不同点
-
Firefox专属hack的写法【转】 firefox
-
Javascript的IE和Firefox兼容性汇编[转!!]
-
<转>如何同时运行两个配置,扩展完全不一样的 Firefox
-
区分IE6,IE7,firefox的CSS hack
-
针对特定浏览器起作用的CSS: IE Chrome Firefox CSS Hack_html/css_WEB-ITnose
-
Css样式兼容IE6,IE7,FIREFOX的写法_html/css_WEB-ITnose
-
兼容IE6/IE7/IE8/FireFox的css hack_html/css_WEB-ITnose
-
IE与Firefox下javascript getyear年份的兼容性写法