you can't give a width to an inline element like an <a>. Turn your
<a>s into block elements using

a {
    display:block;
    width:auto;
}

li {
   width:88px
}

that should do the trick



On 5/19/05, Mike Stickel <[EMAIL PROTECTED]> wrote:
> I'm working on a new project and the horizontal navigation is a
> pretty strict size - each item should be about 88px wide so that the
> navigation fills the width of the page. I thought using a list would
> work but I can't figure out how to specify the width for list items
> and I'm hoping someone can shed some light on the subject for me.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to