0
爲什麼在Google Chrome(23.0),Firefox(16.0.2)和IE9瀏覽器中可以使用以下媒體查詢,但在IE8中不能使用?只有在IE8中的css媒體查詢問題
@media all and (min-width:720px){
/* relevant css in here */
}
爲什麼在Google Chrome(23.0),Firefox(16.0.2)和IE9瀏覽器中可以使用以下媒體查詢,但在IE8中不能使用?只有在IE8中的css媒體查詢問題
@media all and (min-width:720px){
/* relevant css in here */
}
IE8 doesn't support media queries,你需要使用JavaScript像Respond.js庫,如果你想在舊的瀏覽器
這個功能,我相信問題是,IE瀏覽器不undderstand媒體查詢。
試試這個link