Image Border Appear Upon Hover

13 replies
I'm trying to get my related posts image to have border appear only upon hover. How do I do this?

My current style is the following:

/************ Related Posts *************/
.related-posts {
overflow: hidden;
margin: 0 0 10px 20px;
font-size: 13px;
}

.related-list li {
float: left;
list-style-type: none;
margin: 0 10px 0 0;
text-align: center;
width: 185px;
}

.related-list img {
background: none repeat scroll 0 0 #6FA1B1;
border: 2px solid #2B5D6C;
display: block;
margin: 0 auto;
padding: 5px;
}
#border #hover #image

Trending Topics