0

我为画廊构建了一个模块,在页面底部有 2 个示例:

http://www.we-do.com/referenzen/watch-your-web/

如您所见,在现代浏览器中,单击框中的任何位置都会打开灯箱,但在 IE 7 和 8 中具有完全不同的行为。我怎样才能使它正常化?

4

1 回答 1

1

这是 IE7 和 IE8 的肮脏技巧,

CSS

/* IE Fixes */

html.ie7 .gallery-links, html.ie8 .gallery-links { 
    background: url("http://triggertek.com/r/transparent_png/pixel.png") repeat; 
} // i used 1px transparent png to solve it.
于 2012-06-06T10:24:55.060 回答