Click to See Complete Forum and Search --> : Screen Rsolution
ngulube
07-07-2004, 07:06 AM
When developing my website in Javascript, my laptop was at 1024 X 768 screen resolution. However, when I uploaded my website for a trial run, and accessed it from an internet cafe on a machine running at a less finer screen resoultion, I got an abnormally looking appearance (web page overlaps). Has anyone got a "cure" which which can allow my web page maintain a uniform (or at least accepatable enough) appearance acrross different screen resolution displays ?
Ngulube.
Theres many ways, it depends how you've set your dimensions.
If its in pixels, you should try to get it to a bare minimum of acceptability in 800x600, since thats the lowest res anyone really uses these days....
If its in percentage, then you should be able to make it work pretty simply.
If your using layers (which it sounds like you are) then you might have to dynamically declare all dimensions in javascript, with functions that use ratios dependant on the screen res of the user.
Vladdy
07-07-2004, 07:59 AM
Do not use javascript to develop web pages. HTML and CSS do a much better job.