I don't know if it has been reported before. Both files just differ in the X-UA and the headline, see below
http://www.satzansatz.de/ie8/xua8.html shows the generated content and the Conditional Comment for IE8 Correct http://www.satzansatz.de/ie8/xua7.html does not show the generated content, but the Conditional Comment for _IE8_ Is this expected? Even if the X-UA-Compatible is set to "IE=7", the conditional comment acts as if this is IE8? Again, the same 2 files. Now, click the blue button to emulate IE7 and restart the IE http://www.satzansatz.de/ie8/xua8.html shows the generated content, but the Conditional Comment for _IE7_ Is this expected? Even if the user lets IE8 emulate IE7, generated content is shown? http://www.satzansatz.de/ie8/xua7.html does not show the generated content, shows the Conditional Comment for IE7 Correct regards, Ingo PS: both files just differ in the X-UA and the headline: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>http-equiv="X-UA-Compatible" content="IE=8"</title> <style type="text/css"> span:before {content: "IE 8 rendering and ";} </style> </head> <body> <h1>http-equiv="X-UA-Compatible" content="IE=8"</h1> <p> <!--[if IE 8]><span> IE 8 version vector</span><![endif]--> <!--[if IE 7]><span> IE 7 version vector</span><![endif]--> <p> </body> </html> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>http-equiv="X-UA-Compatible" content="IE=7"</title> <style type="text/css"> span:before {content: "IE 8 rendering and ";} </style> </head> <body> <h1>http-equiv="X-UA-Compatible" content="IE=7"</h1> <p> <!--[if IE 8]><span> IE 8 version vector</span><![endif]--> <!--[if IE 7]><span> IE 7 version vector</span><![endif]--> <p> </body> </html> -- http://www.satzansatz.de/css.html http://www.dolphinsback.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/