This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 142258

Summary: CSS validator not supporting IE syntax
Product: web Reporter: fommil <fommil>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description fommil 2008-07-30 15:51:03 UTC
We'd all love to be able to write standards compliant CSS and have it work in IE... but that's not the reality. The following CSS is what is needed to make IE draw 
semi-transparent divs

    filter:alpha(opacity=90);

and Netbeans cries like a little baby when it sees this in a CSS file, disabling all the wonderful features because the file is not valid. Could you please support 
this IE syntax, so that it doesn't turn off all the support for CSS editing?
Comment 1 Marek Fukala 2008-08-08 10:23:49 UTC
a part of the IE syntax works, I'll try to improve it so it supports all syntax differencies.
Comment 2 Marek Fukala 2008-08-21 11:40:55 UTC

*** This issue has been marked as a duplicate of 110333 ***