开发者

Slideshow2 Mootools problem in IE

im trying to implement Slideshow2 but I have problems with IE, as you can see in this test: http://kb.muscarienlinea.com/mo/ the Slideshow works ok in FF and Chrome, but is not working on IE7

What im missing? Th开发者_运维技巧xs :)


this might be a shot in the dark but try removing the last comma from your data var.

var data = {
  '1.png': { href: '/1/' },
  '2.png': { href: '/2/' },
  '3.png': { href: '/3/' }
};

Note: this fixes the problem but now there seems to be a black border showing up, this might be fixed by using png with transparency.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜