Looking at this for somebody else and blue BUTTON backgrounds are not showing in IE10, leaving white on white. Ok in other browsers or compatibility mode.
None of the online problems are relevant so dived into code and found the style line has no settings for IE10 background. It has this
background: -moz-linear-gradient(top,#3056b0 0%,#3056b0);
background: -o-linear-gradient(top,#3056b0 0%,#3056b0);
background: -webkit-gradient(linear, left top, left bottom, from(#3056b0),to(#3056b0));
but not:
background-image: -ms-linear-gradient(top left, #3056b0 0%, #3056b0 100%);
Can't really manually change WP pages, so are there any settings/updates this person is not applying? Or how do they not apply gradient to a button when it's all one colour anyway? Cheers.
None of the online problems are relevant so dived into code and found the style line has no settings for IE10 background. It has this
background: -moz-linear-gradient(top,#3056b0 0%,#3056b0);
background: -o-linear-gradient(top,#3056b0 0%,#3056b0);
background: -webkit-gradient(linear, left top, left bottom, from(#3056b0),to(#3056b0));
but not:
background-image: -ms-linear-gradient(top left, #3056b0 0%, #3056b0 100%);
Can't really manually change WP pages, so are there any settings/updates this person is not applying? Or how do they not apply gradient to a button when it's all one colour anyway? Cheers.
Comment