Hi Zalia, First you may have to clear you browsers cache and second: you need to delete an extra comma. This is part of your code
Code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [200, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["../images/news/mpdclick.gif", "http://www.mpdclick.com/mudpie/newsletter/2010/trends/11.06.10/newsletter_trends.html", "_blank"],
["../images/news/fashion_forum.gif", "http://translate.google.co.za/translate?hl=en&sl=da&u=http%3A%2F%2Fwww.fashionforum.dk%2F&ei=gU8jTKXID8iQjAfe-Ykq&sa=X&oi=translate&ct=result&resnum=1&ved=0CBkQ7gEwAA&prev=%2Fsearch%3Fq%3Dhttp%3A%2F%2Ffashionforum.dk%2F", "_blank"],
],
displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
Delete the red comma ( scroll all the way to the right to see it ) and the show should work in internet explorer as well ( hopefully).
Edit: Okay, it turns out to be a little more tricky than I thought at first. I can't really figure out why it is leading to another address than the one you have in the image arrays. I will try to look at it some more, but we may need further assistance.
It almost seems like there is some .htaccess modification
Edit: I'm sorry to say it but I'm not able to understand why this: http://www.panesarsimone.com/Templates/ is "prepended" to the link urls in the image arrays. Maybe someone else could have a go at it ?
edit: Thanks John, learning from you every day
Bookmarks