diff --git a/jquery.css3finalize.js b/jquery.css3finalize.js index 281a198..2400b88 100644 --- a/jquery.css3finalize.js +++ b/jquery.css3finalize.js @@ -547,6 +547,7 @@ if (property.toUpperCase() === 'BACKGROUND-COLOR' && value.indexOf('rgba') === 0) { value = ac2ah(value); return { + 'background' : "url(#)", 'filter' : "progid:DXImageTransform.Microsoft.gradient(startColorStr='" + value + "',EndColorStr='" + value + "')" }; } @@ -555,6 +556,7 @@ var da = value.replace(/^linear-gradient\s?\(\s?(.*?)\s?\)$/, '$1').split(/,\s?/); if (da.length == 2) { return { + 'background' : "url(#)", 'filter' : "progid:DXImageTransform.Microsoft.gradient(startColorStr='" + da[0] + "',EndColorStr='" + da[1] + "')" }; } @@ -710,4 +712,4 @@ window.matchMedia = window.matchMedia || (function(doc, undefined){ return { matches: bool, media: q }; }; -})(document); \ No newline at end of file +})(document);