Jump to content

atlantis72

New Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by atlantis72

  1. I want a div at the bottom of another div, and I want it centered, just using css not javascript.

    HTML
    <div id="parent">
          <div id="bottom_element">test</div>
    </div>
    
    
    CSS
    #parent {height:100% width:100%}
    #bottom_element {position:absolute; bottom:5px; width:200px; margin:0 auto}
    

    So the issue is that position absolute and margin auto do not seem to work together. What is an alternative without javasript?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.