PDA

View Full Version : changing tumbnails border color


biOss
10-02-2005, 06:54 PM
how can i change thumnails border color ?
can anyone help me please ?

Joe[y]
10-02-2005, 07:07 PM
in your template's css file:

.thumbnails {
border:1px solid #fff;
}


change the hex code to the color you would like to use.

biOss
10-02-2005, 07:21 PM
thanks its work. one little question more, how can i change visited and active tumbnail border color ?

Joe[y]
10-02-2005, 07:49 PM
thumbnails a:hover {color:#fff;}

raminia
10-02-2005, 08:45 PM
which one is the active thumbnail? the one the mouse is moving over it or the thumbnail of the current image?