Results 1 to 3 of 3

Thread: 3 Col Fluid Fixed Fluid Example

  1. #1
    Join Date
    Dec 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question 3 Col Fluid Fixed Fluid Example

    Hi,

    I've just been looking at the 3 column fixed fluid fixed template here:

    http://www.dynamicdrive.com/style/la...d-fluid-fixed/

    Could someone tell me why the right hand column does not touch the footer (view in Safari and FF2.0) and how this can be rectified

    Thanks


  2. #2
    Join Date
    Nov 2006
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is a normal behaviour. The different divs that build this layout are completely ignorant of each other. That means the right column does not know how high the middle column is. It will just be as big as its own content. You should see that IE sometimes does it as you would expect that means filling up to the bottom but this is a wrong behaviour.
    To rectify this, you have two options:
    1. Get a script from dynamic drives script library that is called equalheights or something like that. This script will automatically adjust the size of divs to what you want.
    2. Getting the div itself to expand with css is impossible. Some people use an image in the background of the body that is aligned to the right in this case with the correct width. This can give you problems that the image extends below your footer. In this case you have to use the div in a div method.
    Check out http://www.binarylooks.com. I used this exact method to get the menu on the left extend vertically with the content of the main page. I have to admit, it took me several hours to do it.

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

    Default

    I use the PIE method of equal height columns. It has problems with document fragment links in some browsers, but this is contrary to the standard, and it's otherwise far superior to either the faux columns method (described by belsidaam above) or scripting.
    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
  •