如何从Internet Explorer中的父元素继承textarea的背景颜色?

时间:2011-08-28 13:35:17

标签: html css internet-explorer textarea background-color

请考虑以下示例:(Live demo here

HTML:

<div id="wrapper">
    <textarea></textarea>
</div>

CSS:

div {
    background-color: #777;
}
textarea {
    background-color: inherit;
}

我希望textarea继承包装器的背景颜色。

在Firefox中运行良好。

但是,在Internet Explorer 7中,背景颜色为白色。为什么?

我该如何解决?

1 个答案:

答案 0 :(得分:4)

除了inheritdirection之外,IE7不支持visibility

Source

您可以将textarea的{​​{1}}设置为background-color