Forum Moderators: not2easy
<div class="animals_photo_box">
<a href="animals.htm"><img src="images/gloom_test.jpg" alt="" style="border:0"></a>
</div><!-- END OF animasl_photo_box -->
.animals_photo_box a:hover {
border: 2px solid yellow;
}
.animals_photo_box {
border: 2px solid black;
width:250px;
height:170px;
margin: 10px auto 20px;
}
.animals_photo_box a:hover {
border: 2px solid yellow;
}
.animals_photo_box img:hover {
border: 2px solid yellow;
}
.animals_photo_box :hover {
border: 2px solid yellow;
}
.animals_photo_box:hover {
border: 2px solid yellow;
}
[edited by: alt131 at 5:12 am (utc) on Sep 20, 2011]
[edit reason] Thread Tidy [/edit]
why if I put a space between "animals_photo_box" and ":hover" the border doesn't work?
[edited by: rocknbil at 5:01 pm (utc) on Sep 21, 2011]