[
https://issues.apache.org/jira/browse/TRINIDAD-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897807#action_12897807
]
Matt Cooper commented on TRINIDAD-1880:
---------------------------------------
If what you are seeing reproduces in all versions of IE then perhaps this is
simply a matter of CSS specificity; your disabled selector is less specific
than the selector that is winning.
Here's a good page that describes how specificity is calculated:
http://www.w3.org/TR/CSS2/cascade.html#specificity
> Changing the font-color of middle/top portion of a disabled tab doesn't work
> for Internet Explorer (v6-v8)
> ----------------------------------------------------------------------------------------------------------
>
> Key: TRINIDAD-1880
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1880
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Skinning
> Affects Versions: 1.0.8-core
> Environment: windows xp, ie6, ie7, ie8
> trinidad package: ...-api-1.0.8.jar and ...-impl-1.0.8.jar
> Reporter: teckpro
>
> hi there,
> usually the (css-) skinning for an inactive middle tab works with
> "af|navigationPane::tabs-inactive af|navigationPane::tabs-mid" and i got no
> problem there. unfortunately the documentation doesn't explain how to style
> disabled-inactive tabs. so after trying a bit i found out that
> "af|navigationPane::tabs-inactive:disabled af|navigationPane::tabs-mid"
> is the correct css-class for skinning the color. but then i realized that it
> has no effect at all for every version of the IE and again unfortunately our
> customer works exclusively with IE and nothing else.
> can someone help me or fix the problem?
> thanks in advance
> jonathan
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.