In CSS, is it possible to have <div>which is centered and horizontal, and is fixed at the bottom of the browser? I use the width and height of the set for the inner div.
I tried to put a div with position:relativeinside a fixed outer div, and this aligns things vertically, but then the outer div is not centered, and I will go back to the square.
Can this be done only with CSS? I also use jQuery, so I would use this if this is the only way, but Id would rather do it using CSS if possible.
Thanks Dylan
source
share