Menu z-index
-
Im using the Custom Community theme and have a image slider that covers my drop-down menus. I have been trying to change the z-index using the following.
#access .span12 li a {
position: relative;
z-index: 5000;
}
#access .span12{
position: relative;
z-index: 5000;
}
#access .span12 li ul {
position: relative;
z-index: 5000;
}nothing seems to work. What I’m I missing?
Thanks in advance for the help
Chuck
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Menu z-index’ is closed to new replies.