I have a problem with centering div in HTML (vertical & horizontal). My code looks something like this:
SOME HTML
This does the trick (vertical & horizontal):
#container{ position: absolute; width: 366px; height: 274px; left: 50%; top: 50%; margin-left: -183px; /* half width */ margin-top: -137px; /* half height */ }