I vote for moving toward complete useof CSS.  I already modified several of
the controls to use CSS, which fixes the problems you mention (at least on IE
5.5).  It's quite easy:  just replace use of
    <td><font color="xxx">
with
    <td style="color: xxx">

or something similar, depending on where the color style is applied.

Dave

----- Original Message -----
From: "Santiago Gala" <[EMAIL PROTECTED]>

> Other thing that is misserably failing is that the way we apply skins
> interferes with the CSS applied, so the grey skin shows black text on
> black background for selected tab (under Mozilla at least). I think we
> should go either ofr a full CSS definition, thus using styles in the
> controls and controllers, or for a "conventional" skinning scheme, and
> stop using the CSS file.
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to