I have attempted this previously and cannot figure out why it is not functioning properly. I am attempting to do the following: http://jsfiddle.net/geometron/u3M6r/1/
<ul>
<li><a href="content1.html"> Demo 1 </a></li>
<li><a href="content2.html"> Demo 2 </a></li>
<li><a href="content3.html"> Demo 3 </a></li>
<li><a href="content4.html"> Demo 4 </a></li>
<li><a href="content5.html"> Demo 5 </a></li>
<li><a href="content6.html"> Demo 6 </a></li>
</ul>
However, instead of using css, I want to use a ul tag for a simpler setup. Here's what I am currently getting: http://jsfiddle.net/geometron/6DUL9/
The width is not adjusting as expected.
What mistake am I making?