Amiga Forever by Cloanto
 
Home Products
 
 
TITLE

Using X-UA-Compatible to Set the Compatibility Mode

 

TOPIC

Q: Is it possible to set the preferred IE compatibility level for HTML content rendered inside MenuBox?

 

DISCUSSION

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

 

Article Information
Article ID: 13-201
Platform: Windows
Products: MenuBox
Additional Keywords: None
Last Update: 2012-03-22
Your feedback is always appreciated. It is safe to link to this page.