简体   繁体   中英

Admin Panel - fluid width vs fixed width?

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

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/

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM