I had a table row that had the style , style=”display:none”
I also had a jquery function fade this row in and out depending on other dropdown box values.
In IE8, this seemed not to be working correctly.
the meta tag below worked a treat.
>>>
With full CSS 2.1, strong HTML 5 support, and interoperability fixes for the Document Object Model (DOM), Internet Explorer 8 has made deliberate investments in a new layout engine. The highest level of standards support is on by default for sites that specify a strict !DOCTYPE. Web site authors can select the highest compatibility with Internet Explorer 7 by using the following meta tag:
Copy Code
<<<
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
You are currently browsing the archives for May, 2009
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^