News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

thumbnail borders

Started by Bloom, August 12, 2007, 11:52:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Bloom

Hey, I was wondering how to add custom borders to thumbnails? I have tried. but instead it adds borders to ALL the images instead of just the image links, like the thumbnails. Here is an example of what I'm trying to do:

http://christian.fanlounge.org/gallery/displayimage.php?album=random&cat=0&pos=-880

see the way she's only got borders for the image links, but her header has no borders? That's what I'm trying to do, can anyone help please?

Nibbler

Apply whatever you want to the image class, not all img tags, ie.


.image {

}


instead of


img {

}


Note that css is all client side. If you see a site using css in a way you like you can always see exactly how they do it.

Bloom

It worked, thank you very much!