For something like what you are talking about, just about any slide show should be able to be made to work. It is simply a matter of modifying the slide show so that it can support the presentation of the desired/required markup. This slide show is a somewhat poor choice as, it doesn't work at all in Opera to begin with and the blending effect only works in IE.
Here is where you can insert the banner images:
Code:
//specify images
var slideimages=new Array("image1.gif","image2.gif","image3.gif")
Here is where you can insert their link URLs:
Code:
//specify corresponding links
var slidelinks=new Array("http://www.dynamicdrive.com","http://javascriptkit.com","http://www.geocities.com")
However, I think from what you are saying that there is additional information/markup for each banner. What you refer to as:

Originally Posted by
Erika
my affiliate link
To get that and anything else that I may be missing into the script's generated content will require modification. I cannot be sure of the required modification(s) without seeing what a typical banner with its complete markup as furnished to you looks like.
This might be a better slide show to start from:
http://www.dynamicdrive.com/dynamici...nslideshow.htm
It is very similar looking to the blending one but works in more browsers. It would also require modification(s) though. That is why I mentioned the content slider before, in that one, you could just put your code as given to you into the divisions that the slider uses. The slider's appearance can be highly and relatively easily modified using only its style.
Bookmarks