Hello everyone,
This is essentially an extension from my post http://drupal.org/node/view/7656. My question question is about the thumbs in the image gallery. If I understand things correctly, it seems that when you place an image in the gallery you actually have THREE images to deal with. The original image, a non-clickable thumb, and a clickable thumb. The 1)original photo is directly linked from the 2)clickable thumb in the gallery. However, you still have the 3)node non-clickable thumb. The code:
img.thumb {
padding: 0px 5px 5px 0px;
float: left;
clear: left;
}
img.image {
padding: 0px 5px 5px 0px;
}
works for ONLY the first and third types...that is the original photo and the node non-clickable thumb. So the question remains...how would I refer to the CLICKABLE thumb in the image gallery? I would like to add colored borders around each image. I have tried different combinations but nothing works. It would be VERY NICE if the non-clickable thumb was clickable as in the image gallery, but I'm still working on that one.
Actually, in the beginning I was pretty sour on the image.module...which was WRONG. It's well written and attempts to do many things at once...after you get it working. However, I feel that THUMBS SHOULD BE CLICKABLE. This has become a pseudo standard on the web. I am sure it's possible...I'm just stumped. I would greatly appreciate ANY suggestions. Thanks again.