Geek, my popup window shows the thumbnails with a border but then inserts them without a border, making it tough for my users to figure out on their own that they are clickable images. Can you guide me toward the part of the code that is responsible? The only instance of border I found in my (modified) geek-gallery_popup is this:
Quote:
if (images[i].getAttribute("imageid") < 1)
{
images[i].setAttribute("imageid", i);
images[i].setAttribute("border", "0");
|
Changing that to 0 to 2 didn't appear to change anything for me.... your input appreciated.