|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Alright i have a simple question about the 'layering' with div tags.
how do i make one disapper and reapear? <div id="1"> division </div> something like document.1.visible = false; or something hehe i'm not sure about all this.. any help would be great Cisk |
|
#2
|
||||
|
||||
|
ther are lots of ways - the simplest being:
(for netscape 4+) document.divname.visibility = "show";//or "hide" (for ie 4/5) divname.style.visibility = "visible";//or "hidden" ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > div |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|