basically i'm trying to set a footer to the center but when i zoom in / out it moves

this is my code:

div#footer  {
font-size:16px;
text-align:center;
position:absolute;
bottom:0;
}
link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You could try setting either the margins or padding for both the left and right to :50%

link|improve this answer
i had to do this: left:29%; right:30%; to make it stay on center otherwise it comes to be one column but why ? – elibyy Sep 18 '11 at 6:31
could be your browser. Try different settings. You could also try and use a javscript framework to make your work appear more consistent. Finally you could try and switch to a different holder such as a label instead of a div. – RetroCoder Sep 18 '11 at 10:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.