hockey97
June 30th, 2008, 03:31 PM
Hi, ok I am making a website, I want to have my website be viewed in any display settings.
I am confused on how to go about making the website display friendly.
like if I made a website in 800x600 and someone had the display settings higher than that it would make the website look small and ugly. I am using css making exact positions otherwise I lose the control of the layout.
so if I want the layout that I made in 800x600 what should I do to still make that layout adjust to higher display settings??
I been thinking I know I can make layouts for each display settings I want to accept but it's alot of work and also takes up alot of memory.
The next thing I started to think was to using programming to detect the clients display settings and base off that I could edit the size and position of my elements on the website using css to adjust to the user's display settings.
or I can make a case switch so with the clients display settings stored in a variable I could then run css code I put.
The css code I put for each acceptable display settings I would have to first see how the layout looks with those css settings for individual display settings so those values would go in the code that's if the user uses that certain display settings.
My question is how do you guys go about this?? like how do you make your website to be viewable in other display settings?
I am confused on how to go about making the website display friendly.
like if I made a website in 800x600 and someone had the display settings higher than that it would make the website look small and ugly. I am using css making exact positions otherwise I lose the control of the layout.
so if I want the layout that I made in 800x600 what should I do to still make that layout adjust to higher display settings??
I been thinking I know I can make layouts for each display settings I want to accept but it's alot of work and also takes up alot of memory.
The next thing I started to think was to using programming to detect the clients display settings and base off that I could edit the size and position of my elements on the website using css to adjust to the user's display settings.
or I can make a case switch so with the clients display settings stored in a variable I could then run css code I put.
The css code I put for each acceptable display settings I would have to first see how the layout looks with those css settings for individual display settings so those values would go in the code that's if the user uses that certain display settings.
My question is how do you guys go about this?? like how do you make your website to be viewable in other display settings?