Link to home
Start Free TrialLog in
Avatar of sramakrishnan
sramakrishnan

asked on

Website Resolution

What is the best way to maintaing web sites that is being viewed in different resolution. Should we use a fixed width and height for all the resolutions or shall we use percentage width which I believe is not according to the web standards when using doctype. There's also another way which is to compute the resolution used by the user and set the size of the site base on that. What would you suggest among these three?
ASKER CERTIFIED SOLUTION
Avatar of Gašper Kamenšek
Gašper Kamenšek
Flag of Slovenia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sramakrishnan
sramakrishnan

ASKER

closed