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 12-07-2006, 01:25 PM   PM User | #1
lm_a_dope
New to the CF scene

 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
lm_a_dope is an unknown quantity at this point
i need help combining menu's

i need a little help combining a horizontal and vertical menu its got me conufused



this is the css for the horizontal





-----------------------------------------------

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

---------------------------------------------------------




and this is css for vertical

-----------------------------------------------------------






#navcontainerv { width: 200px; }

#navcontainerv ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainerv a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainerv a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainerv a:hover
{
background-color: #369;
color: #fff;
}


-------------------------------------------------------------------





im sure their is a way to combind them to save space but with having
the


a
ul

and that has me crazy any help whold be aprishiated
lm_a_dope 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 11:39 AM.


Advertisement
Log in to turn off these ads.