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 - Incorrect higlight IE value separated by `:`
Summary: Incorrect higlight IE value separated by `:`
Status: RESOLVED DUPLICATE of bug 110333
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-06 07:33 UTC by danilchenko_anton
Modified: 2009-09-24 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***