[css-d] ul two rows same markup

2007-05-16 Thread cssd
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 lia href=#First Row/a/li lia href=#First Row/a/li lia href=#First Row/a/li /ul /li

Re: [css-d] ul two rows same markup

2007-05-16 Thread scott.heckel
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. This will work for the two rows (style appropriately from here). ul { } li { display:inline; } For the bar seperators, you may want

Re: [css-d] ul two rows same markup

2007-05-16 Thread jeffrey morin
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 lia href=#First Row/a/li lia href=#First Row/a/li