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 |
It is safe to link to this page.