tee wrote:
I am working on an order form that I set to two column float left

  item 1   item 2
  item 3   item 4
  item 5   item 6
  item 7   item 8


The floats will do it:

container {
  width: (less than 3x the width of floatedItem);
}

floatedItem {
  float: left;
  width: 49%;
}

SHOULD work in everything!

cheers,

Stuart

--
- - -- --- ----- -------- -------------
  http://www.stuarthomfray.co.uk/
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to