I'm modifying a gallery that has captions displayed along with the images, but I want to turn those off entirely. I just can't figure out how. Best I could manage was setting their font color to my background color and font size to 0. However, they still say "undefined" when you leave the mouse over the thumbnails (undefined because I didn't enter any captions).
Like I said, I'd turned them to font color black, same as my background. I've switched them to white so they show up now. I want them gone, not just hidden (because I want to use a patterned background, and I don't want them showing when the thumbnails are hovered over).
before
return false;
in mycarousel_initCallback function
And putting just a space as the caption rather than leaving it blank makes it stop saying "undefined". However, when the mouse pointer is over a thumbnail, it still shows the number (with a space after it). Is there maybe a way to just turn off all the hover pop-up text stuff on all the images on a page?
Bookmarks