Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Footer Problems! (5 Side by Side DIV elements, at bottom of the page)

Footer Problems! (5 Side by Side DIV elements, at bottom of the page)

Scheduled Pinned Locked Moved Web Development
questiondocker
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chasetoys
    wrote on last edited by
    #1

    So what I want is a footer that is *always* at the bottom of my browser window (I'm only optimizing for Internet Explorer if that makes a difference)..... But I want it to be comprised of 5 side by side DIV elements. I've also got a container DIV elements where everything is inside of it. I've tried two methods with varying results: 1) Make the footers have absolute positioning with bottom =0. This makes it so one DIV element is at the very bottom but the other 4 don't show up 2) Make the footers relative positioning, this makes it so that they are side by side, but occur after the last element (in other words, not at the very bottom). 3) I tried putting the footers inside/outside the wrapper DIV with no effect. Here is the code: #footer1, footer2, footer3, footer4, footer5{ color: #dbdfee; height: 65px; width: 20%; text-align: left; background-color: transparent; background-image: url(img/bg_top.png); background-repeat: repeat-x; background-position: bottom; margin-top: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0%; position:relative; clear: none; float: left; } #footer5{ width: 19.95%; float: left; } #wrapper-page{ width: 100%; background: #b4c2d4 url(img/bg_grad.png) repeat-x center top; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; position: relative; min-height: 100%; } Ideas? Thanks very much in advance! This is also a question of style... if you're going to have different things going on in each DIV I thought you should divide it into different DIVs... I want to make sure my 5 DIV approach is actually correct.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups