Please take a look at my site. It's php built on a Wordpress blog. Take a look at http://discoveringhair.com/blog/?page_id=257 in Firefox (works fine in IE). Notice how the header image jumps up hidden in the page. Any ideas?
The "cheating" way is to add margin-top: 46px to div#outerleft, but that will probably only fix the problem in FF and cause a problem in IE and other browsers.
Start by removing all of the position: relative in your CSS. It's not needed. Reprogram to more web standards compliant coding and as Matt mentioned, validate both the XHTML and the CSS.
__________________ Please login or register to view this content. Registration is FREE
I do agree with @nullpointer and @TripleMoons it's within the CSS coding. I try the url in both FF3 and Camino it does the same thing. Good luck with recoding!