管理面板 - 流体宽度与固定宽度?
我们正在为管理面板创建界面,但我们遇到了一个困境:选择固定宽度方法而不是流体/弹性方法。
固定宽度的主要论点是,无论屏幕尺寸如何,它在所有屏幕上看起来都是一样的。
但我们在这里讨论的是管理控制台,其目标是一小部分人。我们希望在屏幕上捆绑大量信息。我们不知道客户在浏览此管理面板时将使用什么(笔记本电脑、台式机或两者),并且我们不想限制他们的体验。
大多数 CMS 都为其后端选择了弹性方法,例如 Wordpress、Joomla 等。
您有什么建议吗? 谢谢
We're creating the interface for an admin panel and we have a dilemma: chose a fixed width approach as opposed to a fluid/elastic one.
The main argument for a fixed width is that is will look the same on all screens, irrespective of screen size.
But we're talking about admin consoles here, where the target is a very small set of people. And we'd like to bundle in lots of info on the screen. We don't know what our clients are going to use when browsing this admin panel (laptop, desktop, or both) and we wouldn't like to limit their experience.
Most CMS's out there chose an elastic approach for their backends, like Wordpress, Joomla, etc.
Do you have any advices?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
毫无疑问:选择弹性设计!
它更加面向未来,适用于我们今天开始遇到的所有类型的屏幕宽度:移动设备、上网本、平板电脑、大桌面屏幕……
编码并不难,只是一种不同的方法,并且是一种有益的方法长期。
有关该主题的更多信息:
http://www.alistapart.com/articles/elastic/
http://htmldog.com/articles/elasticdesign/demo/
No doubts : choose an elastic design !
It is far more future-proof, with all types of screen-width we begin to encounter today : mobile, netbook, tablets, large desktop screens...
it's not harder to code, only a different approach, and a rewarding one in the long term.
More on the subject :
http://www.alistapart.com/articles/elastic/
http://htmldog.com/articles/elasticdesign/demo/
选择 Liquid 布局。它将允许您在较大的显示器上显示更多内容,但在较小的显示器上仍然可行。
更多详情请访问
http://www.sendesignz.com/index .php/css/52-how-to-do-liquid-layout
Go for the Liquid layout.It will allow you to display more content on larger monitors, but still remain viable on smaller displays.
More detail visit
http://www.sendesignz.com/index.php/css/52-how-to-do-liquid-layout