Hi, i have a div that contains an image with a border around it. The image is a link to another page. How do i change the color of the border when the mouse moves over the image.
here is my CSS:
and here is my code:Code:.sector_images { height: 100px; width: 150px; float: left; margin: 0px 12px 12px 0px; border: 5px solid #000000; }
HTML Code:<div class="sector_images"><a href="page.php" target="_self"><img src="images/image.jpg" alt="image" width="150" height="100" /></a></div>


Reply With Quote
Bookmarks