JavaStripped
Programmer
Everything I can find online involving "CSS" and "tables" is about whether to use one or the other for page layout. I'm firmly on board with CSS in this debate. What I need to know is how to use CSS to style tabular data (that which we are supposed to use tables for). It seems to me that, as of IE5 anyway, almost none of the CSS table attributes are supported. In particular, what I need is a way to set the column width to the minimum necessary for the data (or even just to a fixed percentage, as long as it's with CSS). Given that the WIDTH attribute for TH & TD elements in HTML has been deprecated, I'd think that there would be a replacement for this in CSS, but so far I'm outta luck in my search. As of IE5, the only table attributes that seem to be supported are border-collapse and table-layout (not that I care about the lack of Netscape support; I'm designing these pages for an intranet that runs IE5 or newer, gradually upgrading to IE6 all around, exclusively).
Thanks in advance for any assistance,
JavaStripped
"I did *not* escape. They gave me a day pass."
Thanks in advance for any assistance,
JavaStripped
"I did *not* escape. They gave me a day pass."