Skip to main content

Bug Tracker

Side navigation

#2422 closed bug (duplicate)

Opened February 27, 2008 06:15AM UTC

Closed November 05, 2010 07:51AM UTC

Last modified November 05, 2010 07:52AM UTC

jQuery fail to keep all filters by using filters in css.

Reported by: ksnk Owned by:
Priority: major Milestone: 1.2.4
Component: css Version: 1.2.3
Keywords: opacity bug Cc:
Blocked by: Blocking:
Description

Here a description and possible solution - http://docs.jquery.com/User_talk:Ksnk

By short word - if you using such a construction - jQuery cant correctly set opacity in IE.

<style>

#test {

zoom:0.8;

opacity:0.5;

filter:progId:DXImageTransform.Microsoft.DropShadow(color=gray,offx=3,offy=3),

progId:DXImageTransform.Microsoft.Alpha(opacity=50);

}

</style>

<h1 id='test'>TEST</h1>

Attachments (0)
Change History (3)

Changed June 20, 2010 05:46PM UTC by dmethvin comment:1

component: corecss

Changed November 05, 2010 07:51AM UTC by addyosmani comment:2

resolution: → duplicate
status: newclosed

Changed November 05, 2010 07:52AM UTC by addyosmani comment:3

Duplicate of #6841.