【发布时间】:2013-06-16 22:22:32
【问题描述】:
问题在于旧 iPad 的分辨率为 768 x 1024 像素,而新 iPad 的分辨率为 1536 x 2048 像素。如何在一个媒体查询中解决机器人 iPad 的肖像问题?这可能吗?
<link rel="stylesheet" href="stylesheets/device.css" media="only screen and (((min-width:768px) and (max-width: 1024px)) or ((min-width:1536px) and (max-width: 2048px)))">
我找不到像这样嵌套媒体查询条件的示例。
【问题讨论】:
标签: html css ipad media-queries