Results 1 to 7 of 7

Thread: Ideas and Inspiration

  1. #1
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default Ideas and Inspiration

    I’d like to pick your brains, if I may?

    In March I agreed to build a website for my sister’s business, and in doing so, I quickly realized my knowledge was left rather wanting. The first stupid thing I completely failed to consider was screen resolutions, and I constructed this site entirely around my own computer (1280x1024). It’s basically a table with an iframe, and the result in smaller resolutions, is, of course, an unnecessary amount of ugly scroll bars . . . as you can see: http://www.whitetara.co.uk/index.html

    At the moment, having got a few days off work, I thought I’d re-address this issue, and have since built this: http://www.whitetara.co.uk/demo/index.html
    This works (for me) in every resolution. However, the moment I start trying to create the menu, the height starts growing again.

    If any of you have any ideas, please don’t by shy in sharing them with me. Thanks in advance.

  2. #2
    Join Date
    Jan 2007
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default

    the demo is basically just the background of the page?

  3. #3
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Yeah, the demo is just the table (so far), into which I'm hoping to add an iframe, menus, etc.

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

    Default

    Don't use tables for layout, and don't use iframes for anything. You want two 100&#37;-width <div>s and a float in the middle.
    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
    Posts
    181
    Thanks
    5
    Thanked 3 Times in 3 Posts

    Default

    Im with Twey, iframes are not the way to go.

  6. #6
    Join Date
    Jul 2007
    Posts
    35
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    OK, thank you. Please excuse my ignorance, but what's a "float"?

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

    Default

    An element with the float CSS property applied to it. You should probably read some tutorials.
    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!

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
  •