Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE Compatibility Issues Re: IE Compatibility Issues

#104884
rosco
Participant

Strangely I can’t actually see the location of this code in any css or php file in this WordPress theme. I can see it here

.navbar-inner, .navbar .fill {
background-image: -khtml-gradient(linear, left top, left bottom, from(#CAEDFA), to(#8FC2DB));
background-image: -moz-linear-gradient(top, #CAEDFA, #8FC2DB);
background-image: -ms-linear-gradient(top, #CAEDFA, #8FC2DB);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CAEDFA), color-stop(100%, #8FC2DB));
background-image: -webkit-linear-gradient(top, #CAEDFA, #8FC2DB2);
background-image: -o-linear-gradient(top, #CAEDFA, #8FC2DB);
background-image: linear-gradient(top, #CAEDFA, #8FC2DB);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CAEDFA', endColorstr='#8FC2DB2', GradientType=0);
}

However, I this doesn’t appear to be in the css files.