| SillyDog701 Forums |
| Author |
Message |
dwarbi


Joined: 21 Aug 2002 Posts: 3 Location: New York, NY
|
26 Aug, 2002 11:42 am z-index |
[sdp=1045] |
|
Has anyone had any success controlling the stacking order of divs in Netscaoe 4.7? I have a div near the top of my page that I set to the z-index of 1. Above that, I use a drop down menu that is also a div. No matter what I set the z-index of the top menu to, it drops under the other div. I have also tried using layers and ilayers, with no success. Any ideas?
Any tips would be greatly appreciated. |
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12719 Location: Sydney, Australia
|
26 Aug, 2002 4:55 pm Re: z-index |
[sdp=1052] |
|
| dwarbi wrote: | Has anyone had any success controlling the stacking order of divs in Netscaoe 4.7? I have a div near the top of my page that I set to the z-index of 1. Above that, I use a drop down menu that is also a div. No matter what I set the z-index of the top menu to, it drops under the other div. I have also tried using layers and ilayers, with no success. Any ideas?
Any tips would be greatly appreciated. |
Avoid putting anything "drop down menu", "input box", etc with layers.
The z-index order won't work correctly with those. all you can do is to hide them completely. The layer above those won't work.
|
|
| Back to top |
|
 |
|