I have a website, www.thechillradio.co.uk/uni and you will notice that the Slider is fine in chrome and firefox, however it for some reason looks a real mess inside internet explorer.
How do i fix this?
Thanks
1
Expert's answer
2013-03-25T12:22:08-0400
Ifyour website is displayed wrongly in IE 8 and the rest is alright, try to add to the tag of the site the following line:
<- Make IE 8 to emulate IE 6 -> <meta http-equiv=»X-UA-Compatible» content=»IE=EmulateIE6">
Change the number 6 to 7 to emulate IE 7.
<- Make IE 8 to emulate IE 7 -> <meta http-equiv=»X-UA-Compatible» content=»IE=EmulateIE7">
Comments
Leave a comment