My friend modified the jquery slide menu from Dynamic Drive, click here to see it. We added a slider thing like http://coldbeep.co.cc/ Now the drop down sorta works. You have to have ninja fast skills to click on a drop down item. Thats because the slider is above the menu and when you go to select a drop down item it thinks you are off the link so it goes away... and it really looks cool with the slider on the bottom and sorta point less with it on the top... so I decided that we should make the items drop up. What would I need to change in order to make the items drop up so it isn't in the way of the slider... BTW here is the css code
Thanks!Code:html, body{ background: url(../media/background.gif); font-family: Calibri, Arial; } .jqueryslidemenu{ font: bold 12px Verdana; background: url(../media/menubghover.gif); border: 1px solid #FFFFFF; } .jqueryslidemenu ul{ margin: 0; padding: 0; list-style-type: none; } /*Top level list items*/ .jqueryslidemenu ul li{ position: relative; display: inline; float: left; } /*Top level menu link items style*/ .jqueryslidemenu ul li a{ display: block; background: url(../media/menubghover.gif); color: white; padding: 8px 10px; color: #2d2b2b; text-decoration: none; } * html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; } .jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{ color: white; } .jqueryslidemenu ul li a:hover{ } /*1st sub level menu*/ .jqueryslidemenu ul li ul{ position: absolute; z-index: 100; left: 0; top: 10px; display: block; visibility: hidden; } /*Sub level menu list items (undo style from Top level List Items)*/ .jqueryslidemenu ul li ul li{ display: list-item; float: none; } .jqueryslidemenu ul li ul li a:hover{ color: #4CFF00 !important; } /*All subsequent sub menu levels vertical offset after 1st level sub menu */ .jqueryslidemenu ul li ul li ul{ top: 0; } /* Sub level menu links style */ .jqueryslidemenu ul li ul li a{ font: normal 15px Calibri; background: #FFFFFF; width: 160px; /*width of sub menus*/ padding: 5px; margin: 0; color: #000000 !important; border-top-width: 0; border: 1px solid #4CFF00; } .jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/ color: #4CFF00 !important; background-color: #EEEEEE !important; } /* ######### CSS classes applied to down and right arrow images ######### */ .downarrowclass{ position: absolute; top: 12px; right: 7px; } .rightarrowclass{ position: absolute; top: 6px; right: 5px; } .content{ background-color: #FFFFFF; border: 1px solid #A0A0A0; } .top { background: url(../media/topdivbg.png); height: 30px; } .bottom { background: url(../media/bottomdivbg.png); height: 30px; font-size: 11px; color: #888888; } h1{ color: #A0A0A0; font-size: 19px; padding-left: 5px; } p{ text-indent: 15px; color: #777777; } #slide { margin-top: 25px; position:absolute; height: 3px; background-color: #FFFFFF; z-index:10; } //slider^^


Reply With Quote




Bookmarks