XHTML alternative to using a single row table

L

Logical

How would you go about making four columns to place content in (in this
case form elements like a multiple select) using CSS/XHTML?

I would normally do this with a single row table that has four columns.

Would I be looking to do floating divs within floating divs? That just
seems as ugly as the old table approach.

Thanks
 
R

rf

Logical said:
How would you go about making four columns to place content in (in this
case form elements like a multiple select) using CSS/XHTML?

I wouldn't. However, if I were to use CSS/HTML:

Four select elements floated left and embelished to taste.
I would normally do this with a single row table that has four columns.

Would I be looking to do floating divs within floating divs? That just
seems as ugly as the old table approach.

No "within divs" required. Div soup is as bad as table soup.
 
T

Toby Inkster

rf said:
Four select elements floated left and embelished to taste.

And I'm pretty sure Richard is referring to the following definition of
"select":

select
adj 1: of superior grade; "choice wines"; "prime beef"; "prize
carnations"; "quality paper"; "select peaches" [syn: {choice},
{prime(a)}, {prize}, {quality}]
2: selected or chosen for special qualifications; "the
blue-ribbon event of the season" [syn: {blue-ribbon(a)}]

He doesn't mean

<select style="float:left">...</select>
<select style="float:left">...</select>
<select style="float:left">...</select>
<select style="float:left">...</select>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top