How to create a display that works on all monitors

  • Thread starter Thread starter katmagic
  • Start date Start date
K

katmagic

Can someone point me to some guidelines on how to design a website that will
be visually appealing and useable to all size monitors and resolutions, or
is there a guideline as to what the majority of the users will have? I have
a site that uses lots of gridviews so it wouldn't be too difficult to define
the gridview according to what size/resolution the client is using. How
would I do that? Is this a practical goal?
 
you still need to take into account the system font size.

you should check your layout with different browsers:

IE 7.0, IE 6.0, Firefox, Safari, and Chrome

on windows machines check with Small and Large fonts (set under display
preferences)

hint: to run IE 6 & 7 on the same machine, use virtual machines.

-- bruce (sqlwork.com)
 
Fellas, after years of this insanity I am seriously thinking of never using
HTML again and simply adopting the Silverlight "page" model. The big problem
though as I see it is that model sucks too because Silverlight like Flash
does not support resizable text so the page always results in unreadbale
teeny-text for significant number of people.
 
Back
Top