Hi Scott,
Just my two cents here but this actually looks like tabular data you want to
display there (will there be multiple rows ?). Remember that tables are
still valid tags in the HTML/XHTML language definition. They are just no
longer considered fitted or semantically correct for main layout d
Need to think a bit more less row by row, and instead group things together
by if they make sense.
Portion
full
half
ID
1
2
3
Membership
guest
silver
gold
Need to use Floats to make it look exactly li
Hi there. I'm an old-school tables designer trying to kick the habit and
this should be easy. I want to convert the tabled code below to
CSS-only. My main two problems:
(1) cleanly coding in the space taken by in the table
(2) preventing the divs from moving around when the browser is resized
I