Topic: #header h1 - margin top not cooperating
This is downright embarrassing, but I cannot figure out what's going on here:
I am trying to move the h1 in the header down a bit - but every time I add a margin top to my #header h1 CSS, the ENTIRE header moves down - it's putting the margin to the #header, not just the #header h1. I know I'm a bit rusty, but this is ridiculous. I've checked everything and see nothing wrong.
#header h1 --- as far as I know, should ONLY affect the h1 inside my header div and NOTHING else. And strangely enough - adding margin-top to my #header h2 only affects the h2 inside the header and NOT the entire header...
and btw - this is a work in progress - I'm working on the formatting as we speak.
EDIT
I've added padding-top and that works - but I'd still like to know what's going on with the margin-top.
Last edited by Andrea (formerly Thelma) (2009-11-07 10:19:11)
