Tee wrote: >> Is it possible to make it this way and make IE happy at the same time? >> <div class="twoCol"> >> <label>item 1</label> >> <label>item 2</label> >> <label>item 3</label> >> <label>item 4</label> >> <label>item 5</label>..... >> </div> >> So that I don't need to put a spacer class in between every two items.
there may be other issues affecting your problem, but on the surface it looks like you'd just set the width of the <label> to be a smidgen less than half the width of <div class="twoCol">. eg, make <label> 20em wide, and <div class="twoCol"> 41em wide (i'd leave 1em buffer space just to allow for slight rendering differences) and then the <labels> would stack on top of each other in 2 columns. get me? hth, pete ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
