[SOLVED] menu always on top - why ??

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Tue Jun 01, 2010 6:17 pm
hey all...

i have a problem with the mainnav beeing always on top...

this gives problems when opening a image in lightbox... (see screenshot...)

teitbite has made a few changes to my logo/menu, i don't know if it is those changes?

Image
User avatar
Platinum Boarder

teitbite
Wed Jun 02, 2010 1:43 pm
Hi

Please show me where this lightbox can be found on Your site.
User avatar
Moderator

GK User
Wed Jun 02, 2010 2:47 pm
User avatar
Platinum Boarder

GK User
Fri Jun 04, 2010 7:30 am
calling teit;)
User avatar
Platinum Boarder

teitbite
Fri Jun 04, 2010 12:03 pm
Hi

Please change the value for z-index in file template.css class:

Code: Select all
#gk-nav {
position:relative;
z-index:9998;
}
User avatar
Moderator

GK User
Sat Jun 05, 2010 8:30 am
hmm that didn't do the trick.... if you got time, your user is still available teitbite. let me know if you need another mail or something...
User avatar
Platinum Boarder

teitbite
Sat Jun 05, 2010 12:33 pm
Hi

Strange it did the trick at firebug ;/

Try to add at the end of template.css file:

Code: Select all
#gk-nav {
z-index:9000 !important;
}


I'm running out of battery so will get back to this later :(
User avatar
Moderator

GK User
Sat Jun 05, 2010 4:54 pm
hmm that seems to work :) thanks... dunno if it was cache or something that made the other not work :)
User avatar
Platinum Boarder


cron