|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
||||
|
||||
|
I've gotten quite a few emails lately on how a DHTML script (whether on DD or elsewhere) or CSS code not quite working properly in the new IE8 beta 2 browser that was released a few days ago. For example, if you test out CSS Chrome Menu in IE8 beta, it currently fails.
We plan on checking all scripts on DD for IE8 once it's officially released (or dangerously close to), when all the dust have settled in terms of changes to the browser's rendering engine. In the meantime, to get pages on your site that don't function properly in IE8 beta, the quickest way is just to add the IE7 mode meta tag to the HEAD of your page: Code:
<head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> </head>
__________________
DD Admin |
| The Following User Says Thank You to ddadmin For This Useful Post: | ||
me_myself (10-28-2008) | ||
|
#2
|
||||
|
||||
|
too bad that can't work in reverse for all of those poor unfortunate IE6 users...
Use a meta tag to make it "render as IE 7" LOL
__________________
-------------------------------------------------- Reviews, Interviews, Tutorials, and STUFF-------------------------------------------------- Home of the SexyBookmarks WordPress plugin
|
|
#3
|
||||
|
||||
|
As a corollary to this, in IE 8, should you wish to force it into its IE 8 standards mode, use this meta tag:
Code:
<meta http-equiv="X-UA-Compatible" content="IE=8"> Edit: Here's a link to the official MS document on this issue:
http://msdn.microsoft.com/en-us/libr...25(VS.85).aspx
__________________
WWWWWWWWWWWW - John________________________ Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate Last edited by jscheuer1; 03-17-2009 at 05:26 AM. Reason: add link to official MS document |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|