Re: rows with display:table

 >You might get close to what you want with
 >
 >  ul {width: 100%;}
 >  li {width: 25%; float: left; display: block; margin: 0; padding: 0;}

Thanks alot, that'll work.

But asking again out of principle: Is there a possibility to achieve 
this by using display:table-row?

Regards

Manuel

Received on Friday, 29 July 2005 10:31:35 UTC