Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:42
z-index problem
Poster: tomdiddle __at__ hotmail.com
Dated: Monday April 22 2002 - 15:19:32 BST
hi there,
problem:
if using a div-tag somewhere on my site, which has a z-index > 20 ( for example 100 ), the sub-menus will not pop in front
i won`t hide this content ( div-tag ) with the included function so i tried to increase the z-index of the submenu-div in the original script form 19 to 150, but this won`t work...is there a solution ?
tom
Re: z-index problem
Poster: sha_55 __at__ hotmail.com
Dated: Friday May 3 2002 - 21:07:00 BST
Hi,
Do a search for gmi=20; (should be about line 22) and change the value to 100 or something.
That's the default index value that gets reset when the menus get reset.
You might also need to set the "z-index=19" to "z-index=99" too.
Cheers
Andy
Re: z-index problem
Poster: fen __at__ changegroup.dk
Dated: Sunday May 5 2002 - 18:02:31 BST
ok, problem solved
thx a lot !!!!
tom