Modify ↓
Ticket #6898 (closed bug: duplicate)
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: | |
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Dup of #6841.