开发者

No Lightbox in IE 8

开发者 https://www.devze.com 2023-03-01 10:50 出处:网络
Everything works fine, except for IE 8. Lightbox (jQuery plugin) is not working there. Instead of开发者_JS百科 Lightbox, it opens the URL of the link. What am I doing wrong? The URL is http://keramiek

Everything works fine, except for IE 8. Lightbox (jQuery plugin) is not working there. Instead of开发者_JS百科 Lightbox, it opens the URL of the link. What am I doing wrong? The URL is http://keramiek.milacic.nl/tegels.

Regards, Kevin


I would recommend trying colorBox as a much better solution than lightbox in every respect

http://colorpowered.com/colorbox/


A possibility is the way you have initialised the lightbox. At the moment it targets "#content a" but looking at the source:

No Lightbox in IE 8

Maybe you need to target the objects specifically instead of using the umbrella "#content a"

Something like "#content table td p a"

0

精彩评论

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