device-height:<length>
简单列举几个应用示例:
@media screen and (device-height:800px){ … } @import url(example.css) screen and (min-device-height:800px); <link media="screen and (min-device-height:300px) and (max-device-height:900px)" rel="stylesheet" href="example.css" />
支持版本\类型 | IE | Firefox | Safari | Chrome | Opera |
---|---|---|---|---|---|
较早版本 | 6-8 | 4 | 5.1.7 | 13 | 11.5 |
较近版本 | 9 |