Hello. I am a novice when it comes to Javascript and only tend to use it when it's part of a tutorial or premade package. This usually works just fine except for when there's a problem as I then have no idea what to do.
Basically on my site I have used a number of scripts from Dynamic Drive. Two of them seem to make each other break.
I expect that it's due to them both having a function with the same name as the other but like I said, I am a novice and I'm not even sure what I'm looking for, so I hope that one of you fine people can help me.
The conflict is between two DHTML scripts using Javascript: Lightbox and FadeSlideShow.
Lightbox is of course the script that makes images pop up in the middle of the screen whilst fading the website behind it.
FadeSlideShow generates a slide show of images which fade into each other. It also pops up a caption at the bottom of each image when the image displays.
The only way for them both to work is if the link to the LightBox Javascript is listed first.
However, even with FadeSlideShow listed after Lightbox, there is part of the FadeSlideShow which isn't working in IE9 (but it does work in Chrome). That part is the caption text which pops up on every image display.
The script that I am using is this one: [
dynamicdrive.com...] and of the four examples, you'll see that the top right one has text popping up on each image. That's what mine does except that in IE9 there is no text.
Can anyone suggest what I am even looking for in either the FadeSlideShow javascript or any of the four lightbox javascripts to solve this problem? I am guessing it's the name given to the caption variable which might be used to name something else in the Lightbox scripts but I don't really have any idea and becasue it works in Chrome and not IE9 it makes it even more awkward to solve.
The scripts I use for the Lightbox are from this page: [
justinbarkhuff.com...]
Sorry for the lack of structure to this post. It really isn't very easy to describe the problem. Any help is much appreciated. Thanks!