【问题标题】:repeat the icons in the Internet explorer重复 Internet Explorer 中的图标
【发布时间】:2011-12-02 16:01:28
【问题描述】:

我正在开发一个网站(顺便使用 php),但我遇到了 IE6、7、8 的问题。

我的 (www.sanatkadeh.com) 图标在第一页那些是 png 文件,在后台重复(如果你想知道我的意思,请使用 IE6、7、8 访问我的网站)

有没有一些 CSS 或 jquery 代码来解决这个问题?

【问题讨论】:

    标签: internet-explorer icons png


    【解决方案1】:

    我在 IE 7 和 9 中尝试过,但没有看到您的问题。 这可能是不同浏览器文化设置或其他原因造成的。

    但我确实看到了你的 HTML:

    <a href="http://list.sanatkadeh.com">
     <h2 style="background-image:url(template/Theme/images/comments.png);">مرجع صنعت کده</h2>
    </a>
    

    尝试在您的风格中设置不重复。

     <a href="http://list.sanatkadeh.com">
        <h2 style="background-image:url(template/Theme/images/comments.png); background-repeat:no-repeat;">مرجع صنعت کده</h2>
     </a>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2010-09-13
      • 2015-04-28
      • 2011-06-05
      • 1970-01-01
      • 1970-01-01
      • 2014-06-27
      • 1970-01-01
      • 2016-04-23
      相关资源
      最近更新 更多