Forum Moderators: not2easy
...
<div id = "first_box">
<div class = "box_picture">
<a href = "egypt.htm"><img src = "images/travel_page/travels_boxes_1.jpg" alt = "" style="border:0"></a>
</div><!-- END OF box_picture -->
<div class = "text_box_italy_egypt">
<a href = "egypt.htm">Egypt</a>
</div><!--END OF text_box -->
</div><!-- END OF FIRST BOX -->
...
#first_box, #second_box, #third_box
{
border:1px solid black;
width:239px;
height:250px;
float:left;
margin-right:20px;
}
#first_box:hover
{
border:1px solid yellow;
}
#first_box:hover
{
/*also select the other 2 divs and change the color border*/
border:1px solid yellow;
}
[edited by: alt131 at 12:48 am (utc) on Feb 28, 2012]
[edit reason] Thread Tidy [/edit]
#first_box:hover, #first_box:hover div {
border:1px solid yellow;
}