1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Webdesign

Discussion in 'HTML & Website Design' started by cipals15, Nov 14, 2008.

  1. #1
    In creating a layout of your page,

    do you use percentage? or other fixed values?

    For example:

    height: 10%;

    or

    height: 180px;

    Do you base it to a certain window size? I am using a 1280X720 display settings. I based the layout on that size. What if a visitor is using a 800X600 display settings? Will this affect?
     
    cipals15, Nov 14, 2008 IP
  2. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #2
    I use 1024 as window size but most time I use px in a 1024 div that is centered
     
    Sensei.Design, Nov 14, 2008 IP
  3. chizarium

    chizarium Peon

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i would create your site so that it is viewed optimally by people using 1024x768 resolution because right now that is the most popular screen res

    make sure you set fixed heights and widths to your divs and tables though because a lot of people also use resolutions greater than that and if your site isnt fixed itll stretch out and probably look funny
     
    chizarium, Nov 14, 2008 IP
  4. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #4
    For percentage (%) layout and fixed layout, it is according to your situation .
    I usually use the fixed width .
     
    justinlorder, Nov 14, 2008 IP
  5. OrangeNick

    OrangeNick Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I love fluid layouts, so personally I go with a percentage layout
     
    OrangeNick, Nov 15, 2008 IP
  6. iboltmedia

    iboltmedia Peon

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you want to create fluid layouts that adapt to the size of the user's screen, then you can use percentages. However if you just want it to be fixed then you will probably want to use fixed values.
     
    iboltmedia, Nov 15, 2008 IP
  7. John Katz

    John Katz Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Please help. Need webdesigner to updait main web page and make serchengines frendly. Please contact me by email or by phone 416-892-5241 John.
     
    John Katz, Nov 15, 2008 IP
  8. pitagora

    pitagora Peon

    Messages:
    247
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I used fixed values and optimize for 1024x768. Nobody these days even uses 800x600. Working in % is a lot harder and it's not always worth it.
     
    pitagora, Nov 16, 2008 IP
  9. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #9
    I agree, % can sometimes be very hard to work with. Fixed is easier. I got a bit lower than 1024x768, so there is a small gap around the edge of my site.
     
    fadetoblack22, Nov 16, 2008 IP
  10. tombstoneweb

    tombstoneweb Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Hi OrangeNick. I've been toying with fluid layouts and the problem I run into is when someone is looking at the website on a very large screen the page gets too wide and looks really bad. Do you know of a way to restrict the width of a page while still maintaining fluidity? I hope that makes sense.

    Thanks!!
     
    tombstoneweb, Nov 16, 2008 IP
  11. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #11
    You could put the whole page inside a div container with a set width and use the fluidity inside that.
     
    fadetoblack22, Nov 16, 2008 IP
  12. tombstoneweb

    tombstoneweb Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Hi fadetoblack22, I tried that and it works fine in firefox, but in IE the page width is at the max. Is there a way to get IE to recognize a max-width?

    Thanks!
     
    tombstoneweb, Nov 16, 2008 IP
  13. cipals15

    cipals15 Well-Known Member

    Messages:
    1,085
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    100
    #13
    Hmmm...

    My first web design was using percentage. I find it annoying sometimes when i tried to resize the browser. It looked funny and the buttons are not in place.

    My current website design is using the 1260X720 resolution. Should I use the lower resolution? I really wanted to use percentage but is there a way to place minimum and maximum width and height?
     
    cipals15, Nov 16, 2008 IP
  14. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Oh, if only IE conformed to basic standards we wouldn't be here.

    You'll need to use JavaScript for this very simple task if you want it in IE, check out the following page:

    http://www.ozoneasylum.com/25116
     
    garrettheel, Nov 16, 2008 IP
  15. Zeras

    Zeras Guest

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I prefer fluid-width layouts myself but viewing a non-forum site that uses 100% of the browser window can be a pain at 1920x1200 or higher resolution.

    I've started using fluid width's along with the max-width css option to keep things somewhat user friendly.

    -Zeras
     
    Zeras, Nov 16, 2008 IP
  16. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I use proportional, rather than absolute, sizing and dimensions, (% and em rather than pixels) and always try to accommodate 800x600 screen size computers (approx. 4% of my audience use them).

    JFP
     
    jamesicus, Nov 16, 2008 IP