首頁  >  文章  >  web前端  >  使用inherit属性值继承其父元素样式来覆盖UA自带样式。_html/css_WEB-ITnose

使用inherit属性值继承其父元素样式来覆盖UA自带样式。_html/css_WEB-ITnose

WBOY
WBOY原創
2016-06-24 11:33:021656瀏覽

像button、input这样的表单控件,不同的浏览器都会有自己的样式风格(UA样式)。我们可以使用inherit继承其父元素样式,从而覆盖浏览器的UA样式。

button,input,select,textarea {    color: inherit;    font-family: inherit;    font-style: inherit;    font-weight: inherit;}

来自Airen的博客:http://www.w3cplus.com/css/back-to-the-roots.html

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn