2011-06-09 80 views
1

根據Apple's developer instructions,我使用以下CSS僅影響iPad和iPhone。但是,CSS似乎也會影響較舊的瀏覽器(例如Firefox 3.5)。有關如何只瞄準iPad/iPhone或只瞄準Firefox 3.5的建議,但不是兩者都有?如何防止CSS對iPad/iPhone影響較舊的瀏覽器

@media screen and (max-device-width: 1024px) { 
{...} 
} 
+0

您可以嘗試使用javascript打印該樣式信息,並使用此腳本檢測設備進行調節: http://www.quirksmode。組織/ JS/detect.html – Omer 2011-06-09 23:11:59

回答

相關問題