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
Post a Comment