/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.highlightit img{ border: 1px solid #ccc; } .highlightit:hover img{ border: 1px solid navy; } .highlightit:hover{ color: red; /* Dummy definition to overcome IE bug */ }
URL: http://www.cssdrive.com/index.php/examples/exampleitem/highlight_image_border/