关于流体网页设计的问题

发布于 2024-12-04 13:47:16 字数 1437 浏览 2 评论 0原文

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

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

发布评论

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

评论(3

谁与争疯 2024-12-11 13:47:16

我更喜欢“设计可用浏览器区域”的方法,因为你不应该强迫用户最大化他的浏览器窗口以完全查看你的网站,即使有一个用于较小浏览器区域的CSS(但你不使用它,因为理论上用户拥有更多的屏幕空间)。
这不仅会影响使用宽屏显示器的桌面用户,还会影响平板电脑用户。例如,Windows 8将带来一个方便的功能,可以将浏览器缩放到屏幕宽度的2/3,这可能太小而导致您的网站无法正常显示。

I prefer the "design for available browser area" approach, because you shouldn't force the user to maximize his browser window to fully view your website even though there would be a CSS for smaller browser areas (but you don't use it because the user THEORETICALLY has more screen space).
This not only affects desktop users with widescreen monitors but also tablet users. E.g. Windows 8 will bring a convenient function to scale the browser to 2/3 of the screen width, which might be too small for your website to display properly.

骄傲 2024-12-11 13:47:16

我总是会针对可用的浏览器区域进行设计。移动设备市场和硬件制造(更高的屏幕分辨率和屏幕比例)正在不断发展,相信我,为设备设计会在短时间内让您的网站陷入混乱。

让我知道您的最终决定是什么,因为我对这个主题非常感兴趣。

I would always design for the available browser area. The mobiel device market and also hardware manufacturing ( higher screen resolutions and screen ratios) is constantly evolving and trust me designing for a device will put your website in a mess in a short period of time.

Let me know what your final decision will be as I am really interested in this subject.

失退 2024-12-11 13:47:16

我倾向于移动优先方法,或者更确切地说是最小的非特定于设备的方法。小样式表和网站首先为移动设备构建,然后通过媒体查询添加内容以获得更高分辨率。

I am leaning towards a mobile first approach or rather a minimal non device specific one. Small style sheet and the site built for mobile first then adding things in for the higher resolutions via media queries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文