Windows 7 Mobile CSS 媒体查询
如何使用 CSS 媒体查询定位 Windows Phone 7?
现在,我正在尝试这个,但没有运气。
@media only screen and (max-width: 480px) and (min-width: 5px) { // css here }
提前致谢
How can I target Windows phone 7 with css media queries?
Right now, I am trying this with no luck.
@media only screen and (max-width: 480px) and (min-width: 5px) { // css here }
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http://blogs.msdn.com/b/iemobile/archive/2010/12/08/targeting-mobile-optimized-css-at-windows-phone-7.aspx
See http://blogs.msdn.com/b/iemobile/archive/2010/12/08/targeting-mobile-optimized-css-at-windows-phone-7.aspx