WeLoveCSS Logo
Home Profile Members Search Rules Help New Posts



WeLoveCSS > WEB DESIGN > CSS > anchor wont extend to length of div

Reply
  Thread Tools Display Modes
Old 20th September 07, 08:40 PM   #1
ttriana
WLC Member
 
Join Date: Sep 2007
Posts: 1
Default anchor wont extend to length of div

Ok well i have a bit of a problem, im trying to create a horizontal navigation bar that is also fluid. The only problem is that the anchor doesn't extend all the way down to the bottom of the div (it looks ok with smaller fonts but as font size increases it becomes more obvious) . I tried fixing this by adjusting the height of the anchor to 100% but this along with the padding that was already in place to center the text caused the anchor to extend past its container. if I remove the padding then the text sits at the top rather then the middle. Is there any way to get this to work

Heres the css for the navigation area:
Quote:
div#nav{
padding: 0px;
height: 2.8em;
width: 100%;
background-color: rgb(201,146,65);
}

ul#navlist{
height: 43px;
background-color: rgb(201,146,65);
display: inline;
list-style-type: none;
font-size: 0.7em;
}

ul#navlist li{
float: left;
overflow: hidden;
display: inline;
background-color: rgb(201,146,65);
margin: 0;
}

ul#navlist a {
padding-left: 15px;
padding-right: 15px;
padding-top: 1.4em;
padding-bottom: 1.3em;
display: block;
color: black;
text-decoration: none;
}

ul#navlist a:hover {
background-color:rgb(134,61,23);
}
here's an image that shows the space between the anchor and the bottom of the div:


like i said it's small but get bigger with increased text size
ttriana is offline   Reply With Quote
Old 21st September 07, 06:15 AM   #2
Game Makker
WLC Lover
 
Game Makker's Avatar
 
Join Date: Jul 2006
Location: United Kingdom, Hertfordshire
Posts: 266
Default Re: anchor wont extend to length of div

Woe that is confusing. It might help to see you html but other than that I haven't got a clue.
__________________
**
To view links or images in signatures your post count must be 5 or greater. You currently have 0 posts.
**
Simple articles to help anyone get started.
Game Makker is offline   Reply With Quote
Reply


Thread Tools
Display Modes
Hybrid Mode Hybrid Mode

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. The time now is 07:01 AM.



Home | Advertise | Contact Us | Top
Home | Advertise | Contact Us | Top

Copyright© 2006 WeLoveCSS.com. All Rights Reserved.
Powered by vBulletin Version 3.8.4 Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.