View Single Post
Old 01-29-2010, 05:37 PM  
The Truth Hurts
Zph7YXfjMhg
 
The Truth Hurts's Avatar
 
Industry Role:
Join Date: Nov 2002
Location: In Your Skull
Posts: 15,297
Quote:
Originally Posted by Voodoo View Post
Pure CSS:
Code:
<ul style="float: left; width: 21em; margin: 20px 0 1em 0; padding: 0; list-style: none; font-size: 1em; line-height: 1.3em;">
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Cake</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Pie</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Cookies</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Candy</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Pudding</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Ice Cream</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Chocolate</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Vanilla</li>
  <li style="float: left; width: 7em; margin: 0; padding: 0; list-style: none;">Cherry</li>
</ul>
wow... not solving the problem, and defeating half the purpose of css all rolled into one.
The Truth Hurts is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote