Modify ↓
Ticket #5012 (closed bug: invalid)
jquery shuffle (cycle) shows black border in IE when using png images
| Reported by: | Dundilly | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | misc | Version: | 1.3.2 |
| Keywords: | shuffle, cycle | Cc: | |
| Blocking: | Blocked by: |
Description
I created a card cycle plugin using the jquery shuffle and IE is showing a thick black border around the png images when it cycles. Is there any way to correct this?
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.

My first guess is that you're using a png24 and the transparent portion is what turns black. I'm not aware of any way to correct this since it's an IE bug with the way it handles filter alpha opacity with transparent pngs.