View Full Version : Drop-Down Menu Question
BistiArt
Dec-12-2009, 11:57 AM
Hi Guys
I just created a new custom drop down menu.
The way it's presently constructed, Home should have three drop-down menus; about, contact, and vitae.
Unfortunately, these three submenus are hidden behind the search function.
How do I get all three to show as drop downs?
TIA
Hikin' Mike
Dec-12-2009, 12:34 PM
Hi Guys
I just created a new custom drop down menu.
The way it's presently constructed, Home should have three drop-down menus; about, contact, and vitae.
Unfortunately, these three submenus are hidden behind the search function.
How do I get all three to show as drop downs?
TIA
Try increasing the z-index from 99 to 200 or more.
.menu {
position: relative;
display: block;
z-index: 99;
padding: 0px 0px 15px 0px; /* spacing around menu - top right bottom left */
height: 20px; /* menu container (div .menu) */
width: 750px; /* width of menu - minimize this until doesn't wrap to two lines - too large effects centering */
_width: 800px;
margin: 0 auto; /* this should center navbar */
}
BistiArt
Dec-12-2009, 01:51 PM
Try increasing the z-index from 99 to 200 or more.
.menu {
position: relative;
display: block;
z-index: 99;
padding: 0px 0px 15px 0px; /* spacing around menu - top right bottom left */
height: 20px; /* menu container (div .menu) */
width: 750px; /* width of menu - minimize this until doesn't wrap to two lines - too large effects centering */
_width: 800px;
margin: 0 auto; /* this should center navbar */
}
I am unclear on several aspects of your suggestion for the following reason:
I can click on Home and see a drop down menu - but, when I try to move the cursor down, it wont seem to get past the search box.
Will your z-index take care of that as well?
Hikin' Mike
Dec-12-2009, 02:03 PM
I am unclear on several aspects of your suggestion for the following reason:
I can click on Home and see a drop down menu - but, when I try to move the cursor down, it wont seem to get past the search box.
Will your z-index take care of that as well?
Yes, it should. Did you try it yet?
BistiArt
Dec-14-2009, 08:43 AM
Yes, it should. Did you try it yet?
I moved the 3 drop downs under Home to Pathways.
Granted this is a chicken way out, but I can now negotiate all drop downs and prove the code works.
Thanks for your help...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.