成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁技術(shù)文章
文章詳情頁

css3 - 使用grunt壓縮css是能否設(shè)置background-size不壓縮進(jìn)去呢?否則ie8不能識(shí)別

瀏覽:119日期:2023-07-31 14:16:10

問題描述

.index-bg{ background:url(img/index-bg-t.5344b19d.jpg) center center/cover no-repeat}

比如上面這樣ie8不能識(shí)別,連圖也看不到了

問題解答

回答1:

cssmin: { options : { compatibility : ’ie8’,noAdvanced : true }, dist: {// } }

css3 - 使用grunt壓縮css是能否設(shè)置background-size不壓縮進(jìn)去呢?否則ie8不能識(shí)別may helpclean-css

回答2:

為ie8再寫一個(gè)hack不就可以了嘛

標(biāo)簽: CSS
相關(guān)文章: