Seb Duggan schrieb: > Perfect, Klaus! > > Thanks, that does exactly what I want it to. Now to rewrite the HTML, > so the float div is generated automatically, and the caption is > generated from the alt attribute...
The alt attribute should be something different than the caption (and the title attribute as well by the way). Consider you were displaying a user image and the name of the user would be the caption in this case. <img src="..." alt="User:" /> John Doe If images are disabled, it would look like: User: John Doe In your case it would look like: John Doe John Doe which is not at all reasonable. -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
