On 8/16/06, Wdiaz <[EMAIL PROTECTED]> wrote:
In the component "t:panelTabbedPane" I place the style "texto_negro". This style is codified in a file .css and it have the following sentences:
The code is the following one: <t:panelTabbedPane bgcolor="#AAAAFF" serverSideTabSwitch="false" width="500px" border="0" activeTabStyleClass="false" style="texto_negro">
The best thing to do in a situation like this is to examine the generated html. I'm not an expert on css or JSF's usage of css, but my guess would be that you need a styleClass rather than a style attribute.

