ok I am currently working on a website and I need to have my website
to adjust to the clients display settings   so  like for an example
that  if the user has a higher display settings my webpage through
javascript would resize all the elements on my webpage to keep the
orignial look.

so I am gussing  somthing along the lines of first grabbing the
clients display settings and then use that to then scale every element
on the html page with the power of 2 or somthing.

Is there anyway I can do this??? just to make my website adjust to the
clients display settings by scaling the elements on the page.

If  I can just make a script that I can do an if statment check on the
users display settings to then change the height and width of each
element on the page which I will assign so I can like change my
display settings and then play with the height and width of the
elements to see what looks good then use that in the if statment that
if the users has this display settings then do this ect..

Reply via email to