©
This document usesPHP Chinese website manualRelease
resolution:
本特性接受min和max前缀,因此可以派生出min-resolution和max-resolution两个媒体特性。
简单列举几个应用示例:
               @media screen and (resolution){ … } @import url(example.css) screen and (min-resolution:96dpi); 
              | 支持版本\类型 | IE | Firefox | Safari | Chrome | Opera | 
|---|---|---|---|---|---|
| 较早版本 | 6-8 | 4 | 5.1.7 | 13-23 | 11.5 | 
| 较近版本 | 9 |