 |
05-12-2008, 02:17 PM
|
#1 (permalink)
|
|
Junior Member
Join Date: 05-12-08
Posts: 2
Latest Blog: None
|
website design vs. scrren resolution
I have such a problem and I am getting really aggravated with this. I build my website in 1140x868, but if somebody has a screen set smaller or larger, the website doesn't show up correctly. I have asked people how to cause the website to adjust according to the person's screen resolution, but nobody seems to know the answer. Can anybody help me?
Webgal
|
|
|
05-12-2008, 04:22 PM
|
#3 (permalink)
|
|
Contributing Member
Join Date: 04-11-08
Posts: 52
Latest Blog: None
|
1000x800 design is standard these days. Don't worry about anything less than that.
|
|
|
05-12-2008, 04:28 PM
|
#4 (permalink)
|
|
Contributing Member
Join Date: 02-08-07
Posts: 593
|
I would go with the 1000 x 800.
You can create a liquid design as well . . but this has bad spots as well because things can extend to far (so you need to include limits and check these higher resolutions).
Do a quick search for "liquid css layout".
In short it involves making a width like this:
#container{width:85%}
So, for every resolution it will be 85%. But at 800 x 600 things may now appear too squished and at a really large resolution everything is spread out a lot.
I would go with a fixed layout . . .but you should definitely investigate a fluid layout as well.
Skinny
|
|
|
05-12-2008, 05:11 PM
|
#5 (permalink)
|
|
Super Moderator
Join Date: 10-29-07
Location: Ontario, Canada
Posts: 1,900
|
Quote:
Originally Posted by Skinny
I would go with the 1000 x 800.
|
Agreed. My reasoning is this: If a user is surfing on an 800x600 screen (or window) then they are well familiar with the horizontal scroll bar. They likely use it a lot these days.
As you can see HERE, 800x600 surfers continue to drop.
Designing for 1000 gives you extra space to work with too. 
__________________
Larry - Addicted to Coffee and Proud of it!
[DarkStar Retro Project] - A world wide search for ultra-rare software.
" Writing is the most fun you can have by yourself!" --Terry Pratchett
|
|
|
05-13-2008, 01:50 AM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 08-12-06
Posts: 60
Latest Blog: None
|
Today when a lot of people have really wide monitors fixed width design is much better than flexible design.
I have some sites that I have built with flexible design and they looks really ugly on wide screen monitors and back than when I built them they looked very nice on 1024 pixel wide screen. So go for 1000px wide and it will look fine on 1024 px monitors and it will be wide enough for wide screen monitors.
|
|
|
05-13-2008, 08:44 PM
|
#7 (permalink)
|
|
Contributing Member
Join Date: 09-19-07
Posts: 76
Latest Blog: None
|
1000 width is correct. Go with a fixed size at that width and people with larger resolutions will be fine. Those with smaller resolutions are in the vast minority.
|
|
|
05-27-2008, 11:45 PM
|
#8 (permalink)
|
|
Contributing Member
Join Date: 04-03-08
Location: Washington State
Posts: 79
Latest Blog: None
|
Go fixed. The liquid pages really do lose there appeal on the widescreen monitors.
Knowing that the majority of browsers are set at around 1000, (save for my parents, I swear their res has gotta be like 200x200, poor blind lady lol ) try doing a fixed width of 800 or so, and leave 100 pixels on each side for background image...that way the widescreeners get a nice treat too and the small res people get to see a little as well.
__________________
*! Warning...the light at the end of the tunnel may be an oncoming train !*
-------
Tacoma Ad Agency
|
|
|
05-28-2008, 12:05 AM
|
#9 (permalink)
|
|
Contributing Member
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 111
|
|
|
|
05-28-2008, 08:29 PM
|
#10 (permalink)
|
|
Contributing Member
Join Date: 04-11-08
Location: Eureka, CA USA
Posts: 136
Latest Blog: None
|
I agree with all of the advise here, though I might just add this:
Screen widths and resolutions are definitely getting larger, but then there is that fear of scroll across on the one hand and too much white space outside the site design on the other hand.
One thing I try to keep in mind as a way to balance this a bit is to have a 3rd column ( typically 1st column is left navigation, 2nd column is main contents ) in which less crucial content can be placed -- such as news, ads, etc. That way if that column is not seen without scrolling accross, not much is lost and at the same time it helps to fill out the page for larger resolutions.
Another thing to consider here is the width of the main contents. After a certain point, maybe around 800 px, it gets difficult for the eye to "line wrap", or find the beginning of the next line of text from the end of the last line read. Keep in mind how one's eye moves accross a page. That is much more important than how well your page fills out space at large resolutions.
|
|
|
05-28-2008, 08:36 PM
|
#11 (permalink)
|
|
Contributing Member
Join Date: 05-28-08
Posts: 91
Latest Blog: None
|
I'm create websites with liquid design, i think it's the best way to make it more comfortable for visitors.
|
|
|
05-29-2008, 02:59 PM
|
#12 (permalink)
|
|
Contributing Member
Join Date: 11-01-03
Location: Kansas City
Posts: 1,071
|
Quote:
Originally Posted by webgal
I have such a problem and I am getting really aggravated with this. I build my website in 1140x868, but if somebody has a screen set smaller or larger, the website doesn't show up correctly. I have asked people how to cause the website to adjust according to the person's screen resolution, but nobody seems to know the answer. Can anybody help me?
Webgal
|
Are you using percentage width's? If so, that's your problem. 
__________________
█ Izzmo
█ Coding Guru Extraordinaire
█ ZeroWeb Hosting & Design - Customizable hosting for every type of user!
|
|
|
05-30-2008, 10:34 AM
|
#13 (permalink)
|
|
Contributing Member
Join Date: 03-17-07
Location: Boston, MA
Posts: 1,302
|
Quote:
Originally Posted by &Ingonyama
1000x800 design is standard these days. Don't worry about anything less than that.
|
This is the best option I think.
|
|
|
05-30-2008, 05:16 PM
|
#14 (permalink)
|
|
Contributing Member
Join Date: 04-19-08
Posts: 64
Latest Blog: None
|
we have been designing to 850 wide now and of course the use of CSS will be very important
__________________
Barak Hosting
Shared, VPS & Dedicated Linux Hosting
http://barakhosting.com
Specializing in Lunatic Support
|
|
|
06-02-2008, 01:50 AM
|
#15 (permalink)
|
|
Junior Member
Join Date: 06-02-08
Posts: 1
Latest Blog: None
|
Quote:
Originally Posted by hrvoje461
Today when a lot of people have really wide monitors fixed width design is much better than flexible design.
I have some sites that I have built with flexible design and they looks really ugly on wide screen monitors and back than when I built them they looked very nice on 1024 pixel wide screen. So go for 1000px wide and it will look fine on 1024 px monitors and it will be wide enough for wide screen monitors.
|
thts true. i also experieced tht
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 09:09 AM.
© Copyright 2008 V7 Inc
|
|