Re: What about the monitor?
Why on earth would you use a 60" screen for the internet anyway?! Surely that must be for watching videos or playing games?
The current most popular screen resolution is 1024x768 which makes the browser window 955px when maximised. So I always make my pages have a width of 955px. This will accomodate for the majority of internet users.
If you wanted to target mobile devices too then, as has already been said, make a sub domain with a mobile friendly version of the website. Or just use a handheld CSS file that strips out most of the images, sets tables to display:block and brings the page back to basic styling.
Another method, although complicated, would be to use javascript to detect the visitors screen size and them deliver them a stylesheet based on their screen resolution. This would however would not be very cost effective and will take a lot of time.
|