SuperMAG
Member
Posted 3 years ago #
I have a theme called Silverlight, and i want to make a drop down menu for it tabs, but since my theme is old it doesn't have. I dont know coding that much.
some people suggested me to use plugin, but i realy like my tab menus. and i always change pages, subpages etc.
so here is a zip of my theme: http://super.m.a.g.world.googlepages.com/silverlight.zip
can some one please give me head start, it would be nice if it was like tansparrent but little white menu.
My site is http://Sports2ALL.com
Thanks in advance, if you want to contact me, support@sports2all.com
SuperMAG
Member
Posted 3 years ago #
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.
SuperMAG
Member
Posted 3 years ago #
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.
SuperMAG
Member
Posted 3 years ago #
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.
SuperMAG
Member
Posted 3 years ago #
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;}