Is there a maximum value for page width?

Discussion in 'HTML & Website Design' started by virtualmisc, Mar 2, 2010.

  1. #1
    Hello Friends


    I wanted to know if there is a standard dimension for a website?
    i.e a width and a height that should be used


    Thanks
     
    Last edited: Mar 2, 2010
    virtualmisc, Mar 2, 2010 IP
  2. canadianguy_001

    canadianguy_001 Peon

    Messages:
    97
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not really... I usually do mine at around 950px wide... so basically optimised for a 1024 resolution but accommodate for a scrollbar and maye a little extra room
     
    canadianguy_001, Mar 2, 2010 IP
  3. monkeyclap

    monkeyclap Active Member

    Messages:
    836
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    85
    #3
    you can always do it as a percentage of the user's screen width to accommodation different resolutions. just use something like width="100%"
     
    monkeyclap, Mar 3, 2010 IP
  4. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #4
    I don't think setting up a fixed page height is a common practice, flexible height is what you need to use instead.
     
    Clive, Mar 3, 2010 IP
  5. BarbaraACF

    BarbaraACF Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The general standard now is 960px to accommodate for 1024,768 resolution. You can always make the width a percentage though to accommodate different sized screens.
     
    BarbaraACF, Mar 3, 2010 IP
  6. DREAM SIZE

    DREAM SIZE Active Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #6
    Ideally, fluid widths are the way to go, but I find it very hard to design layouts that are going to be an infinite width and still retain a coherent design that doesn't look tacky.

    I recommend starting off with fixed widths and shoot for 960px - visible area that anyone who matters will see. Anything past those edges will be in a maybe they see it maybe they don't territory. Because nobody wants to side scroll.
     
    DREAM SIZE, Mar 3, 2010 IP
  7. bavington

    bavington Peon

    Messages:
    74
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I rarely used liquid websites (Websites that have a width determined by %) - I start with a canvas in Photoshop that is 1200 x 900 pixels. This allows me to see a little background either side of the design. I then try and get the main width of the website around 950 - 980 pixels wide. Like the others are saying, this is safe for people with 1024 x 768 resolution, which is still fairly common.
     
    bavington, Mar 4, 2010 IP
  8. typingmums

    typingmums Well-Known Member

    Messages:
    1,446
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    140
    #8
    Same for me... usually set PSD width to 1050 and design to 950 px
     
    typingmums, Mar 4, 2010 IP
  9. Noddegamra

    Noddegamra Peon

    Messages:
    1,013
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I still stick with around 800px width for sites as so many companies are still using old computers.
    So for usability stick with around 800px and test for IE6+
    If your target audience is more specific, then go for a wider site. There's no set limit, only recommendations.
     
    Noddegamra, Mar 4, 2010 IP
  10. tech_savvy

    tech_savvy Peon

    Messages:
    435
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    no max or fixed dimensions
     
    tech_savvy, Mar 4, 2010 IP
  11. BrianM

    BrianM Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    960 is generally accepted for fixed width pages. Statistics show that screen resolutions less than 1024 are fairly uncommon (1-5%, depending)... see http://www.w3schools.com/browsers/browsers_display.asp.
     
    BrianM, Mar 5, 2010 IP