With web pages, what's the CSS framework or any other idea, which may show the web pages the same way on almost all screen resolution using div?
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
|
I think he wants to know whether to choose Fixed, Fluid or Elastic. Check out the following: http://green-beast.com/blog/?p=199 |
|||
|
|
|
Unless you have separate css files for each size you will never make everyone happy. You can't make a design that will work well on an iPhone and a projector. What you can do is check the user-agent and have separate views for different types of devices or you can build a flexible css design using % and have it work pretty well on most machines. |
|||
|
|