I did something like that for a project. From memory I ended up using something
like this (it had three items):

ul {
        padding:0;
        margin:0;
        }
li {
        display: inline;
        list-style:none;
        padding:0;
        margin:0;
}
a {
width:33%;
float:left;
display:block;
text-align:center;
}


Jake

Quoting Richard Czeiger <[EMAIL PROTECTED]>:

> Nup - collapses in IE  :o(
>
> Richard
>
> ----- Original Message -----
> From: "Neerav" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, October 05, 2004 2:20 PM
> Subject: Re: [WSG] Fluid Horizontal Lists
>
>
> just a quick thought that may be completely wrong, but have you tried %
> based padding for <li> ?
>
> Neerav Bhatt
> http://www.bhatt.id.au
> Web Development & IT consultancy
> Mobile: +61 (0)403 8000 27
>
> http://www.bhatt.id.au/blog/ - Ramblings Thoughts
> http://www.bookcrossing.com/mybookshelf/neerav
>
> Todd Baker wrote:
> > Hi Guys,
> >
> > I have just joined the list after attending WE04.
> >
> > My name is Todd Baker and I work as a XSLT/XHTML/CSS developer in Sydney.
> >
> > I am doing a big CSS based rebuild for one of our clients and am
> > having some troubles with our "fluid" layout.
> >
> > I want to use horizontal lists for our primary navigation but the
> > designs requires that the nav items are fluid, i.e. the gap between
> > them grows and contracts with the browser width.
> >
> > I have based the nav on this -->
> > http://css.maxdesign.com.au/listamatic/horizontal16.htm but after
> > playing with % width's and margin's Im still not there.
> >
> > Has anyone solved the same problem else where and has some tips to help
> me?
> >
> > Thanks in advance.
> > ******************************************************
> > The discussion list for  http://webstandardsgroup.org/
> >
> >  See http://webstandardsgroup.org/mail/guidelines.cfm
> >  for some hints on posting to the list & getting help
> > ******************************************************
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
>
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
>
>
>
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
>
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
>
>



******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to