【发布时间】:2011-04-25 16:45:01
【问题描述】:
如何只为屏幕宽度小于 320 像素的设备编写 CSS,而不是为所有设备编写 CSS?
我想像这样写 CSS
仅举例说明问题
devices with min-width of 300 px { color:red}
devices with max-width of 299 px { color:blue}
以及如何在这两种情况下控制横向模式?
【问题讨论】:
标签: css mobile-safari mobile-website