1) Script Title: Swiss Army Image Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...army/index.htm
3) Describe problem: Hi again. I've decided that I want to have alt text for the images in my slideshow, so I added the "use_alt=1" property, but I'm not seeing any alt text when I mouse over the images. It occurred to me that maybe this was because I also had it set to show no descriptions, so I took that property out. But then it shows the description and still no alt text.
So, what did I do wrong, and is it possible to have no descriptions display on the web, but still use the descriptions as alt text? Here's my slideshow:
var slides=[];
slides[0] = ["image1.jpg", "Garden of the Gods"];
slides[1] = ["image2.jpg", "Garden of the Gods"];
slides[2] = ["image3.jpg", "Garden of the Gods"];
slides[3] = ["image4.jpg", "Garden of the Gods"];
slides[4] = ["image5.jpg", "Garden of the Gods"];
slides[5] = ["image6.jpg", "Garden of the Gods"];
slides[6] = ["image7.jpg", "Garden of the Gods"];
slides[7] = ["8.jpg", "Garden of the Gods"];
slides[8] = ["9.jpg", "Garden of the Gods"];
slides[9] = ["10.jpg", "Garden of the Gods"];
slides[10] = ["11.jpg", "Garden of the Gods"];
slides[11] = ["12.jpg", "Garden of the Gods"];
slides[12] = ["13.jpg", "Garden of the Gods"];
slides[13] = ["14.jpg", "Garden of the Gods"];
slides[14] = ["15.jpg", "Garden of the Gods"];
slides.delay=2000;
slides.border=1;
slides.border_color='darkblue';
slides.no_descriptions=1;
use_alt=1;
I mainly want the alt text for search engine purposes, so if the user can't see them but search engines can, that's fine, too.
Thanks!



Reply With Quote

Bookmarks