http://www.jamiecurrie.com/newdentist/ I have two problems. The first being the navigation/logo overlapping in Firefox (fine in IE). My second is, I've been having trouble getting with getting any colour in to break up the page a bit because the logo is so poxy but have to use it, any ideas?
It's OK in IE because IE quite wrongly expands #header to enclose its content. If you remove the height property, all will be well. #header { background: #FFFFFF } Code (markup): You should take heed about case. XHTML is case sensitive. You are using uppercase element tokens in the css, which creates an opportunity for error, a Bad Thing. cheers, gary