Forum Moderators: not2easy

Message Too Old, No Replies

Div appear on mouseover of another

mouseover, visible, div

         

Dezblanco

9:47 pm on Oct 7, 2009 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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.