Hello...i have just started learning HTML/HTML5
im doing good so far i guess...except that sometimes css doesnt work on HTML that well
i am at the moment trying to move the footer 15 pixels lower than the main content...
main content is wrapped up in this div:
the css is like this..
Quote:
#mainContent{
margin-bottom:15px auto;
}
|
shouldnt that work?
