Return to Snippet

Revision: 19950
at November 4, 2009 00:44 by shabbar


Initial Code
.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid navy;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

Initial URL
http://www.cssdrive.com/index.php/examples/exampleitem/highlight_image_border/

Initial Description


Initial Title
Highlight Image onMouseover (border)

Initial Tags


Initial Language
CSS