Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter supermag

    (@supermag)

    so any one have a tip or something to start with,

    Please do not bump threads. It is very inconsiserate.

    People will respond within time.

    Thread Starter supermag

    (@supermag)

    lol, sorry about that but, this forum is kinda different from others i know, once the topic is in, if its not replied, it will never be.

    Thread Starter supermag

    (@supermag)

    ok i tracked few stuff, and here is code of my current menu tabs:

    #ddnav{background-color:#312e2e;height:35px;margin:0;padding:0;}
    #nav{height:25px;width:1060px;font-weight:700;margin:0 auto;padding:10px 0 0;}
    ul.nav{height:25px;line-height:25px;float:left;list-style:none;font-size:11px;text-transform:inherit;margin:0;padding:0;}
    ul.nav li{float:left !important;list-style-type:none;border-right:2px solid #312e2e;margin:0;padding:0;}
    ul.nav li a, ul.nav li a:link, ul.nav li a:visited{background:url('images/navsilver.gif') repeat-x;color:#818181;float:left;display:block;text-decoration:none;padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0}
    ul.nav li a:hover, ul.nav li a:active{background:url('images/navblue.gif') repeat-x;color:#205387;text-decoration:none}
    ul.nav li.current_page_item a{text-decoration:none;background:url('images/navblue.gif') repeat-x;color:#fff}
    ul.nav li ul{float:left;margin:0;padding:0;}

    So what should be changed to add the dropdown menu.

    Thread Starter supermag

    (@supermag)

    CAMMON, Any one please help. this might help:
    http://htmldog.com/articles/suckerfish/dropdowns/

    Just need this code to be fixed to show the dropdown menu:

    #ddnav{background-color:#312e2e;height:35px;margin:0;padding:0;}
    #nav{height:25px;width:1060px;font-weight:700;margin:0 auto;padding:10px 0 0;}
    ul.nav{height:25px;line-height:25px;float:left;list-style:none;font-size:11px;text-transform:inherit;margin:0;padding:0;}
    ul.nav li{float:left !important;list-style-type:none;border-right:2px solid #312e2e;margin:0;padding:0;}
    ul.nav li a, ul.nav li a:link, ul.nav li a:visited{background:url('images/navsilver.gif') repeat-x;color:#818181;float:left;display:block;text-decoration:none;padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0}
    ul.nav li a:hover, ul.nav li a:active{background:url('images/navblue.gif') repeat-x;color:#205387;text-decoration:none}
    ul.nav li.current_page_item a{text-decoration:none;background:url('images/navblue.gif') repeat-x;color:#fff}
    ul.nav li ul{float:left;margin:0;padding:0;}
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make a dropdown Menu for my theme.’ is closed to new replies.