如何使移动网站易于阅读?

发布于 2024-09-18 07:34:42 字数 245 浏览 4 评论 0原文

我无法真正链接我在这里谈论的网站(或粘贴CSS)。但我需要做什么才能使该网站在 iPod touch 上可读?和其他移动设备?

我使用宽度:100%(我想我用 95% 进行了测试)并删除了任何带有像素的宽度。发生的情况是宽度适合,但文本不可读。您需要放大+滚动才能阅读。我相信在另一台设备上我必须滚动,但那个屏幕真的很小,我想我在某个地方犯了一个 CSS 错误。

无论如何,在移动设备或至少在 iPod touch 上读取文本的正确方法是什么?

I cant really link the site i am talking about here (or paste css). But what do i need to do to make the site readable on an ipod touch? and other mobile device?

I used width: 100% (and i think i tested with 95%) and removed any widths with pixels. What happens is the width fits however the text is not readable. You need to zoom in + scroll to read. I believe on another device i had to scroll but that screen was really tiny and i think i make a css mistake somewhere.

Anyways whats the proper way to have text readable on a mobile device or at least ipod touch?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦断已成空 2024-09-25 07:34:42

你添加的Doctype正确吗?

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

did you add Doctype correctly?

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文