Is there a way to make the borders around the images change color when the user mouses over them (using CSS, not Javascript)?
The HTML code would look like this:
CODE
<a href="xxx.html">
<img class="photo" src="smallImages/IMG_2171.JPG" width="400" height="300">
</a>
<img class="photo" src="smallImages/IMG_2171.JPG" width="400" height="300">
</a>
and the applicable parts of the stylesheet like this:
CODE
.photo {border: 2px solid #fff;}