http://www.mtgcast.com/dom/ on FF all my content is shifted down the page about 30-40px, it works fine in other browsers, where am I going wrong? thanks a lot Dom
That's due to the default h2 margin. Do this: #header-bar h2 { margin-top: 0; } Code (markup): cheers, gary
Katy, it's perfectly acceptable to have unit values when using 0. It's mainly used as a programmer's reference (such as 0px or 0em) to remind them what type of unit they would otherwise use. It won't affect the parsing of the stylesheet in any manner whatsoever.
thanks gary, now i just have to work out a nice way of formatting the bottom colums so they look even