If you haven’t checked how your website looks like in Internet Explorer 8 this might be the time to do that, latest version of Microsoft’s browser have slightly different engine which can cause your site to be unusable. This code shows how to force Internet Explorer 8 to act like Internet Explorer 7 which reduces the amount of css and html tweaks you may need to add in order to have cross browser website.
code:
Add this code to head element of your html page
<meta http-equiv="X-UA-Compatible" content="IE=7" />
Tags: HTML
You do know that your code display prevents me from seeing what goes in the “content” attribute?
Yep, this is how the code plugin works. To view the code please click on the “<>” icon that blocks the content.