Test Menu

  • Commentary
  • Deals
  • Coupons

Nov 10, 2011

CSS Problem After IFrame Loads

Problem: The CSS is breaking in a web page that includes an iframe in IE8 when the content of the iframe loads.  The page works fine in firefox and chrome.  Other pages without the iframe that use the same CSS file don't have the problem.

Fix: This tag was in the head: 
<meta http-equiv="X-UA-Compatible" content="IE=8" />

It was changed to: 
<meta http-equiv="X-UA-Compatible" content="IE=7" />

No comments:

Post a Comment