Can i detect the resolution and change my APP to use it?
Printable View
Can i detect the resolution and change my APP to use it?
If you use relative widths and sizes on your pages, you won't need to detect the resolution. What exactly do you think needs the size changing?
How can i do that, 'cos i don't know.Quote:
Originally Posted by mendhak
What i mean is: My screen resolution is 1024 x 768. if another user use the app maybe some pages will not fix on the screen.
But i the relative widths and sizes fix that problem, pls tell me how.
Thanks in adv.
If you are worried about that, you should set your html tables (which you use for layout right?) to percentanges, and not fixed widths
Have a look at the html source for this page (the one you're looking at right now), look at the table tags, tds, trs, etc.