Closed (won't fix)
Project:
Content Construction Kit (CCK)
Version:
4.7.x-1.5-1
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2007 at 06:52 UTC
Updated:
12 Mar 2008 at 12:26 UTC
W3C CSS Validator results found the following errors:
URI : http://example.com/modules/cck/content.css
10 .content-field-overview .content-field-overview-disabled Parse Error - opacity=50)
11 .content-field-overview .content-field-overview-disabled Property -moz-opacity doesn't exist : 0.5
12 .content-field-overview .content-field-overview-disabled Property opacity doesn't exist : 0.5
Uncomment several lines below makes a valid CSS.
/*.content-field-overview .content-field-overview-disabled {
filter:alpha(opacity=50);
-moz-opacity: .50;
opacity: .50;
}*/
Comments
Comment #1
catchYou can't get opacity with css without breaking the spec, also this might well have been removed by now anyway. So won't fix.