Question about centering a Div .
- by Sakti
div
{
margin:90px auto;
}
This code centers the div in chrome with a top margin of 90px, but the results are different in all other browsers ..
is there a common method to center the div and have a top margin at the same time ?