A: Yes. Since MenuBox uses the Trident engine for rendering, you can use the same HTML <meta> tags that also work in Internet Explorer.
For example:
<head>
<title>My Project - Title>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<script language="JavaScript" type="text/javascript" src="menubox.js"></script>
</head>
Related Links