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 171564

Summary: Incorrect higlight IE value separated by `:`
Product: web Reporter: danilchenko_anton <danilchenko_anton>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description danilchenko_anton 2009-09-06 07:33:44 UTC
Type next CSS code:

#content>.content>.product>p.title {
    position: relative;
    top: -35px;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

Line `filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);` incorrect parsed. But this correct IE value. Please,
fix it.
Comment 1 Marek Fukala 2009-09-24 17:18:42 UTC

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