Advanced Search

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: footer wont stick to the bottom

  1. #11
    Join Date
    Apr 2012
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ye i got it done myself

    tho...as we are speaking of placing stuff anyways, and the full code is here already.

    i have that wrapper_content, right, its 80% of the width of your screen all the time.
    wrapper_menu will always have a 180px width inside wrapper_content. So that wont be fluid.
    Next theres space left in width for the content div, which will change according to the width of your screen.
    The problem is, i dont think i can really set like an 80% command to it, cuz it will take 80% of wrapper_content, and when the space of wrapper_content - the 180px isnt enough for 80% of wrapper_content, it will place it underneith.

    So.. basically how do i set a fluid with to the content div, so it will always fill up the place thats free, say with a 20px margin right and 20px margin away from wrapper_menu on the left....

  2. #12
    Join Date
    May 2012
    Location
    Hitchhiking the Galaxy
    Posts
    1,020
    Thanks
    47
    Thanked 139 Times in 139 Posts
    Blog Entries
    1

    Default

    So you mean like, two divs, one 180px, and one fluid, side by side within a div, and you want a gap between them? Is that what your asking?

  3. #13
    Join Date
    Apr 2012
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yep both questions got fixed tho, the footer to the bottom and the fluid-fixed div combination

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
  •