针对移动设备的不同样式表
我正在尝试使我的 blogger.com 博客适合移动设备,我编写了一个 CSS 来做到这一点,现在我如何让 blogger 交换原始样式表并使用移动版本,以防移动设备访问它。
i am trying to make my blogger.com blog mobile friendly,i wrote a css that would do that ,now how do i make blogger swap the origional stylesheet and use the mobile version in case of it is accessed by a mobile deveice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 CSS 链接中使用 media="handheld" 属性。 http://www.htmldog.com/ptg/archives/000055.php。
格兹,克里斯。
You can use the media="handheld" attribute in the css link. http://www.htmldog.com/ptg/archives/000055.php.
Grz, Kris.