Forum Moderators: not2easy
I am trying to do this. Suppose you have two <div> s in the page which are separated (not nested). When the user puts the mouse over the first <div> I want to change the background color of the second <div>.
Is this possible using pure CSS? Like using some notation like (I am just making up, I know it does not work.)
#div1:hover div2
{
background-color:black;
}
Thanks...
[w3.org...]
The really bad news will show up when you find out that IE6 needs to support this too (it won't)