QuirksVsStandardComplianceMode

BXE works basically in Quirks and in Standard Compliance Mode (http://www.mozilla.org/docs/web-developer/quirks/) of Mozilla.

But we recommend - if possible - using the "Standard Compliance mode" and proper XHTML.

To get Mozilla into Standard Compliance Mode, you need to declare the doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "~http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

should help.

You can check in which mode Mozilla is, if you go to "View -> Page Info"

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.