PDA

Click to See Complete Forum and Search --> : Resolution


chrismitchell
Feb 12th, 2001, 07:29 AM
I have a page that works perfectly in 1024 x 768 but I need it to work exactly the same in 800 x 600 and being stupid as I am, I can't think of a way to code the change either in JavaScript or HTML.

Feb 20th, 2001, 11:50 PM
Hey man ive got the same problem, my site looks kick ass in 1024x768 and i want it to resize for all the other resolutions and havent got a clue of wat code to use, if someone knows how to do this can they email me
daniel85@ihug.com.au
Thanks
Cya

sail3005
Feb 21st, 2001, 12:53 AM
You can detect the resolution of the user using asp/javascript i am pretty sure. But one thing you may want to try is, when specifying width of tables etc. use % instead of actual widths. This will help your page degrade better with lower resolutions.

chrismitchell
Feb 21st, 2001, 07:18 AM
Thank you for your help, I found a way of getting around the problem with a line of code that a colleage wrote, it now works.....

Thanks again.