0
我的CSS未顯示Microsoft Edge和IE11中的背景圖像。 這似乎與這些瀏覽器中的線性漸變有關。背景顏色顯示出來,但不是Edge和IE11中的圖像。有什麼建議麼?線性漸變不能在邊緣和IE11中工作
#DIV_1 {
background-blend-mode: overlay, overlay;
background-position: 50% 50%, 50% 50%;
bottom: 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
height: 400px;
left: 356.25px;
position: absolute;
right: -356.25px;
text-decoration: none solid rgb(255, 255, 255);
text-size-adjust: 100%;
top: 0px;
width: 356.25px;
column-rule-color: rgb(255, 255, 255);
perspective-origin: 178.125px 200px;
transform-origin: 178.125px 200px;
caret-color: rgb(255, 255, 255);
background: linear-gradient(rgb(0, 174, 217) 0%, rgb(23, 36, 169) 100%) no-repeat scroll 50% 50%/cover padding-box border-box, rgba(0, 0, 0, 0) url("http://www.purpleelephantpolitics.com/wp-content/uploads/2017/03/New-Pics-Of-Ducks-26-For-Line-Drawings-with-Pics-Of-Ducks.jpg") no-repeat scroll 50% 50%/cover padding- box border-box;
border: 0px none rgb(255, 255, 255);
font: normal normal normal normal 16px/22.8571px "Proxima Nova";
outline: rgb(255, 255, 255) none 0px;
}/*#DIV_1*/
https://jsfiddle.net/t6j11zm4/
'背景 - 共混 - mode'不支持Edge和IE 。 –
@Ihazkode知道一個polyfill或hack? – Tom
作爲回答發表。 –