Gradient not working in IE - Joomla! Forum - community, help and support
good morning joomla forum!
i've searched high , low answer , there alot of differing fixes around internet - none of have been successful in making work. added gradient site , link listed below using code:
-ms-filter: "progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#3396ce, endcolorstr=#ffffff)";
background-image: -moz-linear-gradient(center top -90deg, #3396ce, #ffffff);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3396ce), to(#ffffff));
it works in every browser except ie , brand new computer ie new version. see doing wrong code or can change make work?
thanks.
http://www.lakearenalrealestate.com
i've searched high , low answer , there alot of differing fixes around internet - none of have been successful in making work. added gradient site , link listed below using code:
-ms-filter: "progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#3396ce, endcolorstr=#ffffff)";
background-image: -moz-linear-gradient(center top -90deg, #3396ce, #ffffff);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3396ce), to(#ffffff));
it works in every browser except ie , brand new computer ie new version. see doing wrong code or can change make work?
thanks.
http://www.lakearenalrealestate.com
you putting lot of duplicate entries in , need in right order. money, -ms-filter attribute not needed. see homepage working example, learned second link, below.
http://webdesignerwall.com/tutorials/cr ... s-gradient
http://css-tricks.com/css3-gradients/
unless i'm mistaken (haven't done in couple months), there @ least 1 browser needs gradient given specific background-image attribute rather generalized background attribute.
http://webdesignerwall.com/tutorials/cr ... s-gradient
http://css-tricks.com/css3-gradients/
unless i'm mistaken (haven't done in couple months), there @ least 1 browser needs gradient given specific background-image attribute rather generalized background attribute.
Comments
Post a Comment