I'm trying to get some li's inside a ul float to the left and stack on eachother.
The format of the ul is
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
This menu is server side generated and cannot be modified.
I've setup a demo to illustrate what i get, and what im after:
What i get: http://jsfiddle.net/VVyF7/1/
What im after, but without using the positioning as the lis will be dynamically rendered: http://jsfiddle.net/VVyF7/3/