Re: [css-d] Formating Table Columns

2006-08-15 Thread James Denholm-Price
Hi Anas & [EMAIL PROTECTED] :-) On 14/08/06, Anas R. <[EMAIL PROTECTED]> wrote: > I'm trying to give a table colum some special attributs using CSS, Good use of but I'm afraid that Firefox (and Opera) are following the spec. [1] and IE is not, e.g. see [2] which links to a nice explanation at [3

[css-d] Formating Table Columns

2006-08-14 Thread Anas R.
Hi All, I'm trying to give a table colum some special attributs using CSS, I've wrote something like this: --- table {width: 100%} .col2 { direction: rtl; background-color: yellow; } Normal