如果我有一個CSS媒體查詢如下CSS媒體查詢裝載
<link rel="stylesheet" media="only screen and (max-width:1024px)" href="css/ipad.css">
<link rel="stylesheet" media="only screen and (min-width:1024px)" href="css/desktop.css">
我看到它加載這兩個CSS desktop.css和ipad.css
這是即使我改變的情況下最小/最大寬度到最小/最大設備寬度
這是爲什麼如此以及如何確保只有相關的CSS被加載?
你定位了什麼瀏覽器/設備?哦,並關閉你的鏈接標籤。 – DaveHogan 2011-12-20 13:03:31