Layout Size

Discussion in 'Spam Heaven' started by AM Nielz, May 21, 2006.

  1. AM Nielz

    AM Nielz Well-Known Member

    Age:
    35
    Posts:
    3,887
    Likes Received:
    0
    Joined:
    Apr 22, 2005
    Location:
    Steenwijk, The Netherlands
    How much width pixel is a layout size that fills your whole screen?
     
  2. SwAT

    SwAT Well-Known Member

    Posts:
    2,689
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Connecticut, USA
    Its the size of the width of the screen, lol. It depends on how large the resolution someone is using it, but if you want it to take up the whole screen no matter what the size of the user's resolution is then you need to make a 'liquid' layout. That means that it resizes to adjust for the size of th e screen. Basically, you will be setting the width of the layout to '100%' so that it will take up 100% of the screen.
     
  3. Toxic666

    Toxic666 Well-Known Member

    Posts:
    211
    Likes Received:
    0
    Joined:
    Feb 18, 2006
    Sorry if this is a bump but how to you make uit a leqiued layout?
     
  4. SwAT

    SwAT Well-Known Member

    Posts:
    2,689
    Likes Received:
    0
    Joined:
    May 9, 2005
    Location:
    Connecticut, USA
    You use percents instead of fixed values so the layout takes up '90%' of the users page instead of a fixed 700px for example.
     

Share This Page