Hi all: Been patrolling this forum for a little bit trying to find the answer to a question, but hadn't seen it. In a variety of Web sites I've tried to develop in the past, it seems that when using Firefox on pages that include php, it seems that the php code is processed prior to the css. For example, if I have a <div> that includes some php code, the <div> will not be long enough for the text that given php code creates. As an example, here's a piece of code I'm trying to write for a CMS that works fine in IE and not in Firefox, as a major DIV in the page doesn't account for an include file that puts additional content into the DIV: http://www.syracuseareamusic.com/moomla/admin/ (Granted, if I solve the problem before anyone lends a hand, that link may lead to a page that isn't describing the error I'm referring to). I now always test out of Firefox first because I know IE is more lax on its acceptance of standards, but this has been a problem I have never been able to figure out, and I hope I've explained it clearly enough. Please help Thanks so much in advance!