html - -moz-linear-gradient not working on IE -


i'm using gradient background:

-moz-linear-gradient(center bottom , #e8e8e8 0%, #f2f2f1 50%) repeat scroll 0 0 #f5f5f4; 

this not showing in ie, haven't found links or need if browser ie.

any ideas on how handle this?

you might interested in reading this: prefix or posthack.

as comments state -moz- vendor specific prefix mozilla.

if you're interested in cross browser gradients, find easiest way use gradient generator sort through different implementations , prefixes.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -