【问题标题】:Background Color - for IE6, IE7背景颜色 - 适用于 IE6、IE7
【发布时间】:2009-09-24 10:42:49
【问题描述】:

适用于 IE8 和 Mozilla

select:focus, input:focus,textarea:focus
{
    background:#abd533;
    font-family:verdana;
}

在使用 IE7 时,我观察到输入字段背景颜色未显示,但在 IE8 和 Mozilla 中出现。

谁能告诉我如何处理IE7或IE6?

【问题讨论】:

    标签: html css


    【解决方案1】:

    这是 IE7 中的一个错误

    Basic Selector Support Tests

    您可以使用 javascript 来检测焦点并更改类名。

    【讨论】:

      【解决方案2】:

      我想给你看这个链接。它处理了很多浏览器问题:

      http://quirksmode.org 非常适合列出浏览器错误和兼容性。

      取自我的问题:

      Collection of Browser characteristics

      只想添加这个,因为这个网站对我帮助很大。

      【讨论】:

        【解决方案3】:

        我认为您遇到了 Internet Explorer 的(许多)错误之一。

        对于 IE6 和 5,此页面对于表单控件样式非常有用:Styling Form Controls

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2012-06-10
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2023-04-10
          相关资源
          最近更新 更多