Good Morning Forum,
I'm attempting to make my drop down menus go in front of my coda-slider, but alas, no bacon.
I'm assuming it's a z-index issue somewhere. Any ideas?
Link: http://www.nastarcenter.com/nastarRedux/dupe1.php
Below is what I changed so-far:
Menu CSS:
Coda-Slider CSS:Code:.jqueryslidemenu{ width: 940px; height:3px; margin: 25px 0px 0px 30px; padding-top:15px; z-index:25; } .jqueryslidemenu ul{ margin: 0; padding: 0; list-style-type: none;} /*Top level list items*/ .jqueryslidemenu ul li{ position: relative; display: inline; float: left; width:149px; letter-spacing:1.0px; font-weight:300; font-size:15px; font-family:Arial, Helvetica, sans-serif; margin-right:2px;}
--thesprucegooseCode:.stripViewer { /* This is the viewing window */ position: relative; overflow: hidden; margin: auto; width: 900px; /* Also specified in .stripViewer .panelContainer .panel below */ height: 250px; clear: both; background: #fff; z-index:-5; }


Reply With Quote
Bookmarks