web designers: different designs for 1024x780 and 800x600
sometimes you can design pages for both 1024 and 800 - I'm not saying you can't.
but most of the times you are designing the page to display better at either of the resolutions - mostly 800x600 (being 1027x780 compatible but not as good).
would it be totally crazy/dumb to determine the screen resolution of the user in a JavaScript and then specify a different external .CSS in each case?
|