Modify ↓
Ticket #10339 (closed bug: invalid)
Creating Gradient Background doesn't work in IE.
| Reported by: | xerenader@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | css | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I want to have a gradient background for my div. In other browsers it works. For example, Google Chrome and Safari
.css('background', '-webkit-gradient(linear, left top, left bottom, color-stop(0%,#61c419), color-stop(100%,#b4e391))')
For IE, .css('background', 'filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#61c419", endColorstr="#b4e391",GradientType=0 )')
but it doesn't work.
Change History
comment:1 in reply to: ↑ description Changed 20 months ago by anonymous
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.

Demonstration here:
http://jsfiddle.net/xerenader/Ft9dY/