使用
设计布局在JSF

发布于 2025-01-07 00:03:32 字数 178 浏览 0 评论 0 原文


我正在 JSF2.0 中设计我的网站。为了保持网络简单和干净,我使用了标签,并在内部使用了 JSF。每个标签都有一些 style="width:--px; height=--px;"联系。现在,当 JSF 内容超过一定程度时,JSF 面板就会脱离布局。有一些布局问题。我应该从每个标签中删除样式属性的声明吗?

谢谢。

I am designing my web in JSF2.0. To keep the web simple and clean, I used tag and inside I used JSF. Each tag has some style="width:--px; height=--px;" associated. Now when JSF content goes more then some extent, the JSF panel gets outside from the layout. There is some layout issue. Should I remove declaration of style attribute from each tag?

Thank you.

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

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

发布评论

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

评论(1

回眸一遍 2025-01-14 00:03:32

当您使用绝对布局(在每个元素中使用明确的像素大小)并且拥有动态数据时,您迟早会遇到问题。

您应该考虑将布局重新设计为更灵活的布局。一个好的开始可能是查看 CSS 框架,例如 BlueprintYAML 来减少您必须投入的工作量。

When you use an absolute layout (using explicit pixel sizes in every element) and you have dynamic data, you are bound to run into problems sooner or later.

You should think about reworking your layout to something more flexible. A good start might be to have a look at CSS frameworks like Blueprint or YAML to reduce the amount of work you have to put into it.

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