> 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 to just use a left border on all
but the first li.  You'll ensure compatibility with all browsers that
way.

______________________________________________________________________
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