我试图找到一个允许两个背景图像的跨浏览器解决方案 - 一个线性渐变,它将覆盖在背景图像上。
具体来说,这需要在Internet Explorer 11中运行。
我在这个场合使用内联样式 - 目前我有:
<div id="the_big_picture" class="row section second_section" style="background-image: linear-gradient(180deg,#ffffff00 80%,#fffffffc 90%), url('img/the_big_picture_bg.jpg')"></div>
以上在Chrome,Firefox和Safari中运行良好,但IE11并不想玩球。
提前致谢。
答案 0 :(得分:0)
尝试使用其他颜色。这个工作
线性渐变(180度,透明80%,#ff 90%),网址(&#39; img / the_big_picture_bg.png&#39;)