Re: [css-d] converting a layout of buttons to tableless

2006-10-05 Thread sam foster
I tend to treat button rows (I call them button trays) like any other list of links, and use floats, with markup something like this: Button Label the UL has margins, padding, list-style-type reset, .buttonTray li has float: left, .end has clear: both. between .buttonContainer and .som

[css-d] converting a layout of buttons to tableless

2006-10-05 Thread Peter Michaux
Hi, I have been converting some old table-based, doctype-free pages to HTML 4.01 strict and with tableless layout and semantic markup. I am not free to make many visual changes since users are currently comfotable with the layout. I am stumped on what to do about laying out some horizontal rows o