Force IE7 Standards on IE8
Following the previous post here are couple of ways emulate and force your browser to go with the IE7 standards while opened with IE8.
First, to do that you’d need to have XHTML Transitional doctype.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
Then you’d need add the following line above all your meta tags:
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
The [...]
Categories: CSS Specificity, Posted on April 7, 2009 by Choppr


