开发者

Images don't load in IE

开发者 https://www.devze.com 2022-12-14 04:59 出处:网络
Demo: http://www.simpsoncrazy.com/characters/poster2 (Using Map Hilight plugin: http://plugins.jquery.com/project/maphilight)

Demo: http://www.simpsoncrazy.com/characters/poster2

(Using Map Hilight plugin: http://plugins.jquery.com/project/maphilight)

When you click a quadrant of the image, it should zoom in o开发者_JAVA百科n that image, however in IE8 (regular and compat mode) the "zoomed" images never load. Also on the top-left segment the right arrow appears on the left.

I've looked at Firebug and IE Dev Tools but they seem largely the same apart from differing opacity definitions (IE uses filters).


I messed around with this, and I think I found the problem in the CSS... just remove the display:none; from here:

#imagemap .map {
    position: absolute;
}

I have no idea why IE doesn't like it there.

Edit: LOL and UGH... I just looked at the front page of that site... there's a newer bigger poster LOL. All that work * smack forehead *


Try putting filter value in quotes

filter: Alpha('Opacity=0')
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号