I would like to know if it's possible to create two rows using the following 
markup (without clearing divs) and have them centered (both rows)within a div.

<ul id="rows">

<li>
   <ul>
      <li><a href="#">First Row</a></li>
      <li><a href="#">First Row</a></li>
      <li><a href="#">First Row</a></li>
   </ul>
</li>
                
<li>
    <ul>
        <li><a href="#">Second Row</a></li>
        <li><a href="#">Second Row</a></li>
        <li><a href="#">Second Row</a></li>
    </ul>
</li>

</ul>


Output
  First Row | First Row | First Row
Second Row | Second Row | Second Row
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to