Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-04-2009, 10:31 AM   PM User | #1
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
Need help with adding Dropdown menu to my wordpress theme.

I have a theme called Silverlight for wordpress, its an old theme, which doesnt have drop down menu. I want to add dropdown menus of my subpages to pages tabs.

Here is the code of my tabs:

Code:
#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;}
Can some one please add a way so it can show submenus as a dropdown menu. may be this will help:

http://www.lwis.net/free-css-drop-down-menu/

Here is full theme: http://super.m.a.g.world.googlepages...ilverlight.zip

My site is http://Sports2ALL.com

Thanks in advance, if you want to contact me, support@sports2all.com
SuperMAG is offline   Reply With Quote
Old 05-04-2009, 10:36 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
To add a drop down, initially you need to have the set of sub menu items under the required main menu. Refer http://htmldog.com/articles/suckerfish/dropdowns/

Wordpress can automatically generate this, if you have created some child paged for your main pages.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 05-04-2009, 10:38 AM   PM User | #3
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
i know that, but my style doesn't do that. it shows the sub pages in the horizontal menu. not drop down.

so is there anyway i can add the drop down menu to my theme.

i tried to ask in wordpress forum, digitalpoint. seems no one is helping.
SuperMAG is offline   Reply With Quote
Old 05-04-2009, 10:49 AM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
i know that, but my style doesn't do that. it shows the sub pages in the horizontal menu. not drop down.
A style can't simply add a drop down without its corresponding HTML markup. I don't see this in your page as indicated in my above post!
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 05-04-2009, 11:36 AM   PM User | #5
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
i know, i didnt post any sub pages, because it will ruin the template, i can always allow to show subpages. but after i get my theme fixed to show it as dropdown menus.
SuperMAG is offline   Reply With Quote
Old 05-05-2009, 01:18 PM   PM User | #6
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
as i said, i just need to make this code show dropdown menu.

Code:
#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;}
I can add subpages later, So can any one PLEASEEEEEEEEEEEEE HELP!
SuperMAG is offline   Reply With Quote
Old 05-07-2009, 12:10 PM   PM User | #7
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
shameless Bump, any one?
SuperMAG is offline   Reply With Quote
Old 05-07-2009, 12:17 PM   PM User | #8
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
I can add subpages later,
Can you edit your template to add some static html code for making your drop down?
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 05-07-2009, 03:52 PM   PM User | #9
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
ok i done that, now look at the http://sports2all.com/

Misc Button, It has these subpages.
Online TV
Music/Songs
Free SMS
Online Games
SopCast Player

it is shown like this: http://img374.imageshack.us/img374/7013/67324949.png



The HTML source of that menu is:

Code:
<div id="ddnav"> 
<div id="nav"> 
<ul class="nav"> 
<li class="page_item page-item-63 current_page_item"><a href="http://sports2all.com" title="Home">Home</a></li> 
<li class="page_item page-item-609"><a href="http://sports2all.com/forum/" title="Forum">Forum</a></li> 
<li class="page_item page-item-40"><a href="http://sports2all.com/chat/" title="Chat">Chat</a></li> 
<li class="page_item page-item-1010"><a href="http://sports2all.com/wrestling-live-streaming/" title="Wrestling Live Streaming">Wrestling Live Streaming</a></li> 
<li class="page_item page-item-598"><a href="http://sports2all.com/football-live-streaming/" title="Football Live Streaming">Football Live Streaming</a></li> 
<li class="page_item page-item-3053"><a href="http://sports2all.com/other-sports-live-streaming/" title="Other Sports Live Streaming">Other Sports Live Streaming</a></li> 
<li class="page_item page-item-77"><a href="http://sports2all.com/wrestling-replays/" title="Wrestling Replay’s">Wrestling Replay’s</a></li> 
<li class="page_item page-item-84"><a href="http://sports2all.com/wrestling-ppvs/" title="PPV’s">PPV’s</a></li> 
<li class="page_item page-item-1137"><a href="http://sports2all.com/wrestling-dvds/" title="DVD’s">DVD’s</a></li> 
<li class="page_item page-item-468"><a href="http://sports2all.com/misc/" title="Misc">Misc</a> 
<ul> 
	<li class="page_item page-item-1850"><a href="http://sports2all.com/misc/online-tv/" title="Online TV">Online TV</a></li> 
	<li class="page_item page-item-1855"><a href="http://sports2all.com/misc/music-songs/" title="Music/Songs">Music/Songs</a></li> 
	<li class="page_item page-item-1887"><a href="http://sports2all.com/misc/free-sms/" title="Free SMS">Free SMS</a></li> 
	<li class="page_item page-item-1859"><a href="http://sports2all.com/misc/online-games/" title="Online Games">Online Games</a></li> 
	<li class="page_item page-item-1875"><a href="http://sports2all.com/misc/sopcast-player/" title="SopCast Player">SopCast Player</a></li> 
	<li class="page_item page-item-1863"><a href="http://sports2all.com/misc/satellite-maps/" title="Satellite Maps">Satellite Maps</a></li> 
	<li class="page_item page-item-1839"><a href="http://sports2all.com/misc/rapidleech/" title="RapidLeech">RapidLeech</a></li> 
</ul> 
</li> 
<li class="page_item page-item-74"><a href="http://sports2all.com/contact/" title="Contact">Contact</a></li> 
</ul> 
</div> 
</div>
I hope thats helpfull. And thanksssssssss Alot for helping me.
SuperMAG is offline   Reply With Quote
Old 05-07-2009, 04:20 PM   PM User | #10
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Um.. have a try with
Code:
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 ;position:relative; 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:13px; padding-right:13px; 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{position:absolute;left:-9999px;margin:0;padding:0; top:2.2em}
#nav ul.nav li ul li, #nav ul.nav li ul li a{
float:none;
}
ul.nav li:hover ul{
left:auto;
}
in FF
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
SuperMAG (05-07-2009)
Old 05-07-2009, 04:44 PM   PM User | #11
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
wow, it worked, but it is all messed up. is there any way i can change the style of the subpages menu to simple one.

u can check the misc page menu in the site: http://sports2all.com/
SuperMAG is offline   Reply With Quote
Old 05-07-2009, 05:00 PM   PM User | #12
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Code:
ul.nav li ul {/*style.css (line 29)*/
left:-9999px;
margin:0;
padding:0;
position:absolute;
top:2.2em;
width:15em;
}
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
SuperMAG (05-07-2009)
Old 05-07-2009, 05:30 PM   PM User | #13
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
ok thanks alot, that worked well, but as i said, i want simple tabs to show, not the tabs like original menu, so what i need to do that.

can u show me the separate code of the submenus.

i want a submenu like, DADADA borders. And FFFFFF Background, And Blue Links.

And sorry if i took too much of ur time, Thanks again.
SuperMAG is offline   Reply With Quote
Old 05-08-2009, 08:56 AM   PM User | #14
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Code:
ul.nav li ul li{
border:1px solid #dadada;
}
ul.nav li ul li a:link{
background:#fff;
color:blue;
}
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
SuperMAG (05-08-2009)
Old 05-08-2009, 10:28 AM   PM User | #15
SuperMAG
New Coder

 
Join Date: May 2009
Posts: 10
Thanks: 3
Thanked 0 Times in 0 Posts
SuperMAG is an unknown quantity at this point
ok thanks again

now i have a problem, the ads is blocking the menu to show.

is there any way i show menu over ads.

------

and small thing,

ul.nav li ul li{border:1px solid #dadada}
ul.nav li ul li a:link{background:#fff;color:#00749E;}

This is the style u gave me.
1- want to add the Hover.
The hover on the blocks be F8F8F8 and hover for Links need to be 000000

Thanks
SuperMAG is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:22 PM.


Advertisement
Log in to turn off these ads.