![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Also sprach Kanuf <canwaf (AT) rogers (DOT) com>: } On a page I am designing, I'm trying to create a "div rollover". } Basically, I want a div's contents to change (or a new div to replace } the old one) via hover. Would something like: div id="foo <div id="hover" stuff </div <div id="not" other stuff </div /div #foo #hover {display: none;} #foo.hover #hover {display: block;} |
|
#foo.hover #not {display: none;} |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Also sprach Chris Morris <c.i.morris (AT) durham (DOT) ac.uk>: } > #foo.hover #hover {display: block;} } } #foo:hover, surely 8-P Yes, you're quite correct of course. |
![]() |
| Thread Tools | |
| Display Modes | |
| |