Developer forum

Forum » Development » compability in IE8

compability in IE8


Reply

Hello forum,

 

I have tested my new site in IE8 and set the "Standards Compliance (Standard)".

But now theres a small infobox in IE8 that says that "this website can be viewed with compability", as if my site is broken, but it works ok.

 

Is there a way to not get this message from IE8, setting the html to something ?

 

my site is a dynamicweb CMS.

 

thanks

Peter

 

 


Replies

 
Reply

I copied this from the Technical Release Notes of the current update package. Did you follow these directions?

 

Microsoft is about to release the next version of Internet Explorer – version 8.
A lot of effort has been put into the browser to make it follow the HTML and
CSS standards specified by W3C.


The improved Standards Compliance in Internet Explorer means that
websites, which has been developed to display correctly in Internet Explorer
7, might experience layout or rendering errors in Internet Explorer 8 when
running in Standards Compliance mode.
 

 

Fortunately Internet Explorer 8 can render its content in 3 different modes:
1. Quirks mode
2. IE 7 Standards Compliance mode
3. IE 8 Standards Compliance mode.
 

This behavior can be controlled using a new switch, which can be set in the
HTML documents HEAD section:
 

 

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 

 

This switch will tell Internet Explorer 8 to render the page in either Quirks
mode or IE 7 Standards Compliance mode based on the Doctype declaration.
Or simply put – behave like Internet Explorer 7.
 

 

To avoid a lot of breaking websites, Dynamicweb CMS will by default add the
switch to the HEAD section of existing Dynamicweb installations after this
update has been applied. All new installations of Dynamicweb will by default
run in IE 8 Standards Compliance mode – meaning it will leave out this
switch. The behavior can be controlled from Control Panel > General.

Read about the different rendering modes in Internet Explorer 8:
http://www.microsoft.com/windows/internetexplorer/beta/readiness/developers-new.aspx
 

Read about the new switches:
http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ieemulateie7.aspx
 

Read about Quirks mode vs. Standard Compliance Mode:
http://www.quirksmode.org/css/quirksmode.html

 
Reply

Hi Lars,

 

thanks for the reply.

 

I don't have the tag in the head and the browser is set to IE8 browser and IE8standard.

 

I am not sure what to do next.

the "broken link" icon also disappear on second launch (reload) off the site.

 

 

see attached  http://www.mipmip.dk/IE8.jpg

 

thanks :-)

 
Reply

Check out bullet # 3 on this page. Does that help? https://www.microsoft.com/danmark/windows/products/winfamily/ie/beta/support.mspx

 

Otherwise, try the Templates forum instead. You're probably more likely to get a useful answer from a frontender than a backender:)

 

You must be logged in to post in the forum