This is just a guess but how about wrapping the ul in a div and then give each <li> item an id. Then you can set all style attributes with CSS

<div id="list-wrap">
<ul>
<li id="item1"></li>
<li id="item2"></li>
<li id="item3"></li>
</ul>
On Apr 4, 2011, at 6:40 PM, julianomoreira wrote:

Hi, folks!

I was wondering if you smart folks had another idea for laying out a
floated list item <li> with different heights. The problem is
depending on <li> height, the list items don't flow left nicely
instead it creates gaps between items. For now, I'm using min-
height="480px" so I was wondering if anyone have come across the same
issue.

Thanks folks!

_Juliano Moreira

--
--
You received this because you are subscribed to the "Design the Web with CSS" at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

--
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to