Side navigation
#6898 closed bug (duplicate)
Opened August 11, 2010 12:04PM UTC
Closed August 11, 2010 10:55PM UTC
Internet Explorer Filter Css doesn't work on Hide()/ Show()
| Reported by: | tomgrohl | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | unfiled | Version: | 1.4.2 | 
| Keywords: | gradient,css | Cc: | |
| Blocked by: | Blocking: | 
Description
If you set a Background Gradient for IE in css (I've done it externally), like:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6699CC', endColorstr='#003366');
If you use $(el).hide() or $(el).show() it sets the filter css inline but not with a value.
So it becomes:
filter: ;
And cancels the original css
Attachments (0)
Change History (1)
Changed August 11, 2010 10:55PM UTC by comment:1
| resolution: | → duplicate | 
|---|---|
| status: | new → closed | 
Dup of #6841.