DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Cool Image Border
// This is a cool image border to add some background to the image and the border
.photo {
text-align: center;
padding: 2px;
border: 2px #006600 solid;
}
.photo:hover {
border: 2px #003366 solid;
}





Comments
Snippets Manager replied on Wed, 2007/05/02 - 7:15pm