دنبال کننده ها

۱۳۹۶ بهمن ۱۲, پنجشنبه

External css background image not working in IE internet Explorer

[ad_1]



<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://ds1.truefitcorp.com/store-nem/6.24.0.3/resources/store/nem/css/fitrec-responsive.css">
</head>
<body>
<div class="tfc-cfg-widget tfc-fitrec-result">
<div class="tfc-cfg-logo"></div>
<p>Which Size Fits Me?</p>
<div>
</body>
</html>


inside external css we have background image for class tfc-cfg-logo but IE alone we background image not working all the browsers checking for image in external image but IE checking in my code base.
inside external css like this



 .tfc-cfg-widget.tfc-fitrec-result .tfc-cfg-logo 
background-image: url(../images-snapshot/responsive/logo/bg-logo-red.svg);



required output is T logo in IE enter image description here




[ad_2]

لینک منبع