On Jan 11, 2008, at 2:59 PM, Katrina wrote:
Gday,
Can someone please remind me how to set the width on a simple table
column without suffering classitis?
Doctype: HTML4.01 strict. Must validate.
What is wrong with classes ?
else:
col:first-child {width:10em;}
col:first-child+col {width: 5em;}
...
or
td:first-child {width:10em;}
td:first-child+td {width: 5em;}
...
But: congratulations! your stylesheet just took a beating as far as
performance goes.
Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************