Reply LinkBack Thread Tools Search this Thread
Old 22-02-2008, 15:00   #1 (permalink)
thastrom
Senior Member
 
thastrom's Avatar
 
Join Date: Feb 2008
Posts: 110
How wide should a website be?

How wide should a website be in pixels? I know I could be almost any, but what is the best ?
  Reply With Quote
Old 22-02-2008, 15:02   #2 (permalink)
Liam
Senior Member
 
Liam's Avatar
 
Join Date: Sep 2007
Location: Manchester
Posts: 611
<-----------------------------------------------------------------this wide-------------------------------------------------------------------->
__________________
  Reply With Quote
Old 22-02-2008, 15:09   #3 (permalink)
seen.to
unusual suspect ™
 
seen.to's Avatar
 
Join Date: Jul 2004
Location: DE, USA
Posts: 2,885
Depends on your target audience. I still do the majority of my stuff around 770px wide to allow for people with an 800x600 display. It's become increasingly safe to allow for a 1024x768 display and when I'm happy that my audience will have at least that resolution available to them then I design at 990px width.

Long gone are the days of having to support 640x480 (thankfully) but if your target audience was to consist largely of such users then you should aim at 610px - a size which personally I now only use for HTML email.
__________________
  Reply With Quote
Old 22-02-2008, 15:29   #4 (permalink)
1christopher
Registered User
 
1christopher's Avatar
 
Join Date: Feb 2008
Posts: 7
i go for 780px myself, it gives me an extra 10px i really appreciate! lol
  Reply With Quote
Old 22-02-2008, 15:34   #5 (permalink)
herkalees
Semantics, yay.
 
herkalees's Avatar
 
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,126
As wide as the visitors browser window.
__________________
  Reply With Quote
Old 22-02-2008, 15:46   #6 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,358
Fluid schmuid.

Just kidding. If you're going fixed width, 1024x768 is usually a safe resolution to target. Say, 900px wide?
  Reply With Quote
Old 22-02-2008, 15:50   #7 (permalink)
Larixk
Senior Member
 
Larixk's Avatar
 
Join Date: Sep 2006
Location: Utrecht, Netherlands
Posts: 1,025
Send a message via MSN to Larixk
yup, fluid or <=900px is how I roll
__________________
  Reply With Quote
Old 22-02-2008, 16:32   #8 (permalink)
Liam
Senior Member
 
Liam's Avatar
 
Join Date: Sep 2007
Location: Manchester
Posts: 611
I'm currently trying to implement a jello layout on my site at the moment.
__________________
  Reply With Quote
Old 22-02-2008, 16:53   #9 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,358
Quote:
Originally Posted by Liam
I'm currently trying to implement a jello layout on my site at the moment.
Seems convoluted. I'd rather just do auto width with min-width and max-width in ems.

I usually just go lazy and do px, though.
  Reply With Quote
Old 22-02-2008, 16:55   #10 (permalink)
Do Gooder
 
Do Gooder's Avatar
 
Join Date: May 2007
Posts: 5,439
jello looks interesting. will give that a ponder. cheers big ears.
  Reply With Quote
Old 22-02-2008, 17:38   #11 (permalink)
Liam
Senior Member
 
Liam's Avatar
 
Join Date: Sep 2007
Location: Manchester
Posts: 611
Quote:
Seems convoluted. I'd rather just do auto width with min-width and max-width in ems.

Each to their I own.

I used to always use fixed width but this method is very handy as I develop and maintain a site that is used by a wide range of users and as I work for a university they are very strict with accessibility.

I even get some people using 640x480 so I can cater for them whilst still looking nice in higher resolution monitors.
__________________
  Reply With Quote
Old 22-02-2008, 18:44   #12 (permalink)
Retard-3000
Banned
 
Join Date: Feb 2008
Posts: 20
I don't know what I'm talking about.

Last edited by pgo : 22-02-2008 at 20:07.
  Reply With Quote
Old 22-02-2008, 19:23   #13 (permalink)
Mongoose
Senior Member
 
Mongoose's Avatar
 
Join Date: Oct 2007
Location: Olympia, WA
Posts: 151
Send a message via AIM to Mongoose
The collective mindset of web designers today seems to be steering toward the assumption that no one uses 800x600 anymore, so pages in and around 900px in width are becoming more popular.
  Reply With Quote
Old 22-02-2008, 19:29   #14 (permalink)
bazzle
Senior Member
 
bazzle's Avatar
 
Join Date: Aug 2007
Location: Derby uk
Posts: 571
Send a message via MSN to bazzle
It all depends on how what sort of content will be on your website, and how many columns you will use.

If your website will have user created content then definately go with fluid width.

As mongoose says, no one really uses small monitors anymore, and laptops use widescreens, so you can be quite flexible.
  Reply With Quote
Old 22-02-2008, 19:43   #15 (permalink)
phpninja
g33k
 
phpninja's Avatar
 
Join Date: Nov 2007
Location: Iowa, USA
Posts: 4
Send a message via MSN to phpninja
I like a fluid layout with a max-width of about 900px-1000px.
  Reply With Quote
Old 23-02-2008, 12:50   #16 (permalink)
teapoted
Senior Member
 
Join Date: Feb 2008
Posts: 116
I normaly only use fixed width layouts for personal sites, or sites where the content is going to be very limited or always static, and fluid layouts for things with a lot of changing content simply so you don't have to go back and mess with the layout.
  Reply With Quote
Old 23-02-2008, 14:39   #17 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,358
The layout should not break when the content changes...
  Reply With Quote
Old 23-02-2008, 19:51   #18 (permalink)
niksy
Registered User
 
niksy's Avatar
 
Join Date: Jul 2007
Location: Strizivojna / Zagreb // Croatia
Posts: 79
Send a message via MSN to niksy
I usually go with 1024x768 resolution (that is, 900px width).
  Reply With Quote
Old 24-02-2008, 17:43   #19 (permalink)
thastrom
Senior Member
 
thastrom's Avatar
 
Join Date: Feb 2008
Posts: 110
Ok. So how do you do so the site stretches over the whole page?
  Reply With Quote
Old 24-02-2008, 21:05   #20 (permalink)
JesuSlaveX
Waynesville Web Media
 
JesuSlaveX's Avatar
 
Join Date: Feb 2008
Location: Waynesville NC
Posts: 7
Send a message via AIM to JesuSlaveX Send a message via MSN to JesuSlaveX Send a message via Yahoo to JesuSlaveX
I'm a filthy whore for 1000px. Now that 1024X768 is standard, it looks like its full screen, and still looks good on a wide screen monitor
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8