| 
	
 | 
 Posted by Rik on 06/07/06 02:15 
Jonathan N. Little wrote: 
> John Salerno wrote: 
>> Well then, IMO, that's no better than using tables when you don't 
>> need to. 
 
No. It really isn't. Google the numerous answers WHY not to use a table. 
 
As soon as MSIE comes up to speed, we can use the adjacency selector: 
  input.adress{ 
   margin: 0; 
  } 
  input.adress + input.adress + input.adress{ 
   margin: 0 0 3px; 
  } 
 
Also the :nth-child pseudo-class should finally get some support... 
 
> Lookup the element 'fieldset'! 
 
 
Good option, hadn't thought about that. It's default, of which some 
unchangable, browser specific rendering is a pain  though 
 
> of course your can combine class 
 
 
Also a very acceptable option. 
 
Grtz, 
--  
Rik Wasmus
 
[Back to original message] 
 |