Take a look at http://prudent-attorneys.com/template.php , there is a drop down menu on the scope of practice, but it hides behind the slide, what can i do to make it show in front of it?
Take a look at http://prudent-attorneys.com/template.php , there is a drop down menu on the scope of practice, but it hides behind the slide, what can i do to make it show in front of it?
Last edited by mavtrevor; 09-16-2011 at 10:15 AM.
In the anylinkmenu.css file increase the first z-index to 1000:
Code:.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/ background: white; } /* ######### Default class for drop down menus ######### */ .anylinkmenu{ position: absolute; left: 0; top: 0; visibility: hidden; border: 1px solid black; border-bottom-width: 0; font: normal 12px Verdana; line-height: 18px;z-index: 1000; /* zIndex should be greater than that of shadow's below */background: white; width: 200px; /* default width for menu */ } .anylinkmenu ul{ margin: 0; padding . . .
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
mavtrevor (09-16-2011)
Thanks....you've saved a life......
Bookmarks