Even after searching the forum and browsing/modifying theme.css and album.tpl, I still haven't figured out how to add a simple 1px border to my thumbnails. I added the CSS code to the "giThumbnail" attribute but that doesn't work, which is more than somewhat perplexing. Does anyone know why that is so?
Posts: 134
what theme are you using?
in matrix, you could try
Posts: 25
Thanks for posting... i'm afraid that didn't work... i tried some mild variations with no luck either.
Posts: 134
what theme are you using?
Posts: 25
Matrix
Posts: 134
this works:
you have to add the #gallery, because higher up in the CSS file, "#gallery img" is defined as {border: none;}
Since id's have higher value than classes, you have to add the #gallery id in your definition.
Posts: 25
Awesome, thanks much... I don't know why the hierarchy thing didn't occur to me when i first saw #gallery img {border-width: 0;}
Posts: 40
I need help, this works for when there is no more children but when we have children it does not work as that time
compared to
what will be the right css element for the same.
please help
-regards
S
Posts: 134
To obtain the exact id or class name, install a dev toolbar in your browser.
you can find links for FF and IE6 here: http://gallery.menalto.com/node/39107#comment-145307