I found that if I put ! important at the end of the style attributes
that I want to override in my style sheet, it takes care of it.  For
example:

My CSS file:

activeTab {
        border: 0px ! important;
}

Hopefully, that will accomplish what you are looking for!

Travis

-----Original Message-----
From: Steve Horne [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 05, 2006 12:07 PM
To: [email protected]
Subject: panelTabbedPane styles

I am trying to change the look of a panelTabbedPane that differs from
the styles provided in the myfaces-all.jar
org.apache.myfaces.custom.tabbedpane.resource.defaultStyles.css. 
Because the faces servlet injects the stylesheet AFTER my stylesheet,
I cannot seem to remove the border lines, button rendering, etc...

What is the 'correct' way to drastically change the look of a
panelTabbedPane?

--
A strong conviction that something must be done is the parent of many
bad measures.
  - Daniel Webster

Reply via email to