Is this at possible with CSS only. This is what I have
div a div b div c /div a
I want to make div c visible on the mouse over of div b.
I this at all possible using strictly CSS?
swa66
9:52 pm on Oct 7, 2009 (gmt 0)
If you accept a mouseover of a wrapping element of the both B and C as the hover event, then yes: quite possible. I'm not sure if your "div a" has other content than div b and div c.