I'm encountering a strange issue with my current project. The #head
div appears to have the margin-top
CSS property enabled, even though it isn't actually set. This problem only seems to occur in Firefox 9.0.1 (Mac); other browsers display it correctly.
You can view a demo of the layout here. I'm unsure if this issue also happens on the Windows version of Firefox 9.0.1, but IE7 renders it properly. When you disable the margin-bottom:23px
under the #head
div in Firebug, you'll notice it moves up, despite us disabling the margin-bottom
setting...
Is this a problem with me, or is it an issue with Firefox?