¡@

Home 

2014/10/15 ¤U¤È 10:10:54

iphone Programming Glossary: landscape.css

Detect different device platforms using CSS

http://stackoverflow.com/questions/8037973/detect-different-device-platforms-using-css

detection in css3 title link rel stylesheet media all and max device width 480px and orientation landscape href iphone landscape.css link rel stylesheet media all and max device width 480px and orientation portrait href iphone portrait.css link rel stylesheet.. link rel stylesheet media all and device width 768px and device height 1024px and orientation landscape href ipad landscape.css link rel stylesheet media all and device width 768px and device height 1024px and orientation portrait href ipad portrait.css.. link rel stylesheet media all and device width 480px and device height 800px and orientation landscape href htcdesire landscape.css link rel stylesheet media all and device width 480px and device height 800px and orientation portrait href htcdesire portrait.css..