unordered lists as columns

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-03-17T18:38:43Z Indexed on 2010/03/17 18:41 UTC
Read the original article Hit count: 503

Filed under:
|
|

I am trying to use unordered lists as columns something setup like the following:

<ul>
<li>word 1</li>
<li>word 1</li>
<li>word 1</li>
<li>word 1</li>
<li>word 1</li>
</ul>
 <ul>
 <li>word 2</li>
 <li>word 2</li>
 <li>word 2</li>
 <li>word 2</li>
 <li>word 2</li>
 </ul>

What would I need to do as far as css these to lineup side by side as vertical lists with no bullets. I'm sure I'm missing something simple but I can't seem to figure it out. I specifically need this to work in IE7.

Thanks in advance, Ben

© Stack Overflow or respective owner

Related posts about ie7

Related posts about css