I created my site in a high resolution, But when a low resolution user comes it messes up. How can I make it so it doesn't change?
Problems
Started by dirkfirst, May 18 2006 06:08 AM
8 replies to this topic
#1
Posted 18 May 2006 - 06:08 AM
|
|
|
#2
Posted 18 May 2006 - 06:15 AM
There is no fix, thats the problem.
What you can do is create a low resolution version and then detect what resolution the user is in. Then direct him to the correct version - high or low.
What you can do is create a low resolution version and then detect what resolution the user is in. Then direct him to the correct version - high or low.
#3
Posted 22 May 2006 - 10:41 AM
Use relative (percentage based) widths, not pixels.
#4
Posted 22 May 2006 - 10:44 AM
brackett said:
Use relative (percentage based) widths, not pixels.
I am, it still looks like crap in lower resolutions. I'm not sure why, I am using a WYSIWYG editor though, not pure HTML.
#5
Posted 23 May 2006 - 06:23 AM
Hmm...looking like "crap" is pretty subjective. Perhaps an example or better explanation of the problem? Why HTML editor are you using?
#6
Posted 24 May 2006 - 11:20 PM
I think he means it doesnt fit the screen properly.
If you use 100% width rather than a pixel amount then it has to fit.
Try wrapping your whole site in a div or table with 100% (or smaller) width.
If you use 100% width rather than a pixel amount then it has to fit.
Try wrapping your whole site in a div or table with 100% (or smaller) width.
#7
Posted 04 July 2006 - 11:17 AM
When people enter your site, you could have a prompt page asking what resolution they would prefer.
#8
Posted 07 October 2006 - 11:00 PM
The problem is this: people are still using resolutions lower than 800x600. Always create your site for that resolution. If you have a resolution lower than that, then you have to understand you are going to have issues, and are asking for problems.
#9
Posted 12 October 2006 - 05:00 PM
I wonder when people will stop using 800x600... This makes making webpages hard.


Sign In
Create Account


Back to top









