Results 1 to 9 of 9

Thread: Browser resolution

  1. #1
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Browser resolution

    I have always had the same problem with making websites fit nicely on every browser resolution. Any tips on how to make something look good on 1024 by 768 and 1280 X 1024? Not necessarily those 2 resolutions but you know what I mean...I hope.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There are different strategies, some better than others but all have their own merits. I have tended to use a centered container that would fit inside the narrowest target resolution. Lately I am favoring using fluid layouts that can wrap as the screen or window get thinner. There is also resolution detect but, that is really a poor option in most cases.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So build for the smallest resolution...do you think anyone uses 800 X 600 anymore? I would think 1024 X 768 is just about finished with too?

    Fluid layouts?

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    So build for the smallest resolution...do you think anyone uses 800 X 600 anymore? I would think 1024 X 768 is just about finished with too?
    This is a terrible design option. It doesn't take advantage of available screen real estate, and it's impossible to judge what the "smallest resolution" will be (mobile devices, anyone?). 800x600 is still in heavy usage, and 1024×768 is the most common resolution at the moment.
    Fluid layouts?
    Layouts that don't try to treat the Web as if it were paper.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Uhg I have to learne CSS is what you are saying? If that's waht you are saying then I guess I better gitterdun.

  6. #6
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    CSS is easy to learn how to use, you just have to be creative with it to get whatever effect you desire.

    I'm glad that i learned it.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  7. #7
    Join Date
    Jan 2007
    Location
    Close to the fridge
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I guess it's time to start learning..

  8. #8
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Exclamation

    Quote Originally Posted by Frog Brew View Post
    So build for the smallest resolution...do you think anyone uses 800 X 600 anymore?
    I do. (I have 3 computers - 1 is 800x600, 1 is 1024x768 and the other is 1280x1024.)

  9. #9
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    Quote Originally Posted by Twey View Post
    (mobile devices, anyone?).
    320*480.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •