Is this a valid method of creating columns of a fixed size of 37px in
IE6 or am I doing something wrong?
What if I applied this class to a <col> element instead?
Or do TD element widths have to be applied directly in HTML as an
attribute to td instead of in CSS?

CSS:
.UnitsC {
Width:37px;
}

HTML:
<table style="TABLE-LAYOUT: fixed;">
<tr>
<td class="UnitsC">data</td>
<td class="UnitsC"></td>
</tr>
</table>

james c
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to