0
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-height: 500px)" />
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (orientation:portrait)" />
我已經得到了上述媒體查詢來定位縱向和窗口高度< 500個用戶,有沒有辦法在媒體查詢中使用OR將它們合併爲一個鏈接標記?使用或在媒體查詢?
非常感謝:)我會試試看 – 2013-02-13 03:24:44