Fixed vs Percentage layout

Discussion in 'HTML & Website Design' started by buckmajor, Sep 22, 2009.

  1. #1
    Hi there

    I have been doing all my sites to a fixed width e.g. 1024px. Is it better to design my layout as a percentage, other than a fixed width or height for a box model?

    Many thanks in advance
    CHEERS :)
     
    buckmajor, Sep 22, 2009 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    In a perfect world, layout is best viewed in all browser sizes - but fixed is much MUCH easier!
     
    ccoonen, Sep 22, 2009 IP
  3. mydreams.success@gmail.co

    mydreams.success@gmail.co Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi,
    Try to use Layout in Percentage format because if you make your layout in fixed format and suppose you have created your layout in 1024*768 format and one open your layout in 800*600 resolution then it will act like a scratched web page. But if you have taken that layout in percentage then it will automatically adjust itself according to screen resolution.

    "World is not enough, If I want to win"
     
  4. craigmaclean

    craigmaclean Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I think it depends on the site. If it's an information site that's done by a developer, it will often be done fluid width.

    I often design sites in photoshop and write the HTML and CSS to match. Therefore, I end up using the fixed width pixel method.

    BTW, my site width is usually 960px (it fits nicely inside a 1024px screen).
     
    craigmaclean, Sep 22, 2009 IP
  5. mydreams.success@gmail.co

    mydreams.success@gmail.co Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    But what if you are going to develop a site using dreamwear or any other designing tool such as .Net then you should go for percentage.
     
  6. develop5889

    develop5889 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well, fixed width layout will make your life (i mean designing process) easier, don't have to be bothered with unexpectional stretching..

    IMO, i prefer fixed layout until now :) (don't want to be frustated because of jumpy layout)
     
    develop5889, Sep 22, 2009 IP