网站宽度灵活,适合不同移动设备
我有一个网站,目标是在不同的移动设备上使用。如何使用 css 和 Java 脚本
tnx设置我的网站根据 iPhone android 等设备宽度调整其宽度
I have a site where it is targeted to be used on different mobile devices. How I can set my site to adjust its width according to the device width on iPhone android, etc.. using css and Java script
tnx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将其添加到 html 并调整参数。
有关如何使用 Safari 和 iOS 特定 HTML 标签的更多信息http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/usingtheviewport/usingtheviewport.html
Add this to html and adjust parameters.
More info on how to use Safari and iOS specific HTML tagshttp://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/usingtheviewport/usingtheviewport.html
听起来像是响应式设计!
看一下这里的一些示例:http://mediaqueri.es/,在其 CSS 中使用媒体查询根据浏览器宽度更改网站的外观。
Sounds like responsive design!
Have a look at some of the examples here: http://mediaqueri.es/, using media queries in their css to change the look of the site depending on browser width.