On 5/16/07, cssd <[EMAIL PROTECTED]> wrote:
>
>
> 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
> ______________________________________________________________________



i made this and the code is in the head of the page for you to view. i guess
spacing would be your only obstacle

http://melissagerstein.com/tests/rows.htm
______________________________________________________________________
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