POPMUISE
2019-07-19 15:40:41
IE8支持CSS媒體查詢IE8是否不支持以下CSS媒體查詢:@import url("desktop.css") screen and (min-width: 768px);如果不是,另一種寫作方式是什么?在Firefox中,同樣的功能也很好。下面的代碼有什么問題嗎?@import url("desktop.css") screen; @import url("ipad.css") only screen and (device-width:768px);
3 回答

有只小跳蛙
TA貢獻(xiàn)1824條經(jīng)驗(yàn) 獲得超8個(gè)贊
<link rel="stylesheet" type="text/css" media="all" href="style.css"/><!--[if lt IE 9]> <link rel="stylesheet" type="text/css" media="all" href="style-ie.css"/> <![endif]-->

烙印99
TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超13個(gè)贊
@import
<link>
<style>
min-width
max-width
添加回答
舉報(bào)
0/150
提交
取消