Can't find this anywhere else in the forum so I thought I would pass it on.
Now that Internet Explorer 8 is out in the wild I thought I would try it on our sites and it managed to break the layout of some of the pages on www.metallious.co.uk. After spending several hours trying to work out what was wrong I came upon this from MSDN.
Insert this code just under the <title> tags and it forces IE8 to emulate IE7 and all is back to normal.
If you want to read more...
http://msdn.microsoft.com/en-us/library/cc817574.aspx
Now that Internet Explorer 8 is out in the wild I thought I would try it on our sites and it managed to break the layout of some of the pages on www.metallious.co.uk. After spending several hours trying to work out what was wrong I came upon this from MSDN.
Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
If you want to read more...
http://msdn.microsoft.com/en-us/library/cc817574.aspx
Comment