Someone PLEASE tell me that Internet Explorer, the world's most used web browser, SUPPORES gradients for html elements!
I have it:
background: #2a6da9;
background: -moz-linear-gradient(top, #55aaee, #003366);
background: -webkit-gradient(linear, left top, left bottom, from(#55aaee), to(#003366));
color: #000000;
height: auto;
padding: 5px;
... What works great in every browser on which I used it is EXCLUSIVELY for an Internet explorer! Internet explorer, even the latest version (9 beta and 9RC1) DOES NOT ACCEPT GRADIENTS OF SUPPORT!
So far, everything I've seen on the Internet is tutorials that say I use a background image with a gradient effect and just repeat-x on it.
Does anyone know how to get gradient support in IE? (no image)
Thank:)
anon271334
source
share