Internet Explorer 8 isn't functioning properly. If you go to medifront.org you will notice that the image does not auto load using Internet Explorer 8. In addition, the scroll bar does not appear and the playlist does not allow the ability to scroll other videos.

I tested Internet Explorer 9 and no issues exist.

Comments

barry6575’s picture

Sorry the link didn't work as I expected. www.mediafront.org

giorgosk’s picture

for compatibility you can try any of the following

<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />

it worked for me

check this out
http://stackoverflow.com/questions/3449286/force-ie-compatibility-mode-o...

barry6575’s picture

Thanks for the info. I am a non-developer. Where should this code be inserted?

giorgosk’s picture

depends on your template
on my omega theme I insert it in the html.tpl.php in template folder somewhere after the TITLE element before the tag

travist’s picture

Issue tags: +Documentation

I would like for someone to verify this fixes the issue, and if so, add it to the MediaFront documentation.

Thanks GiorgosK for chiming in!

mikkelsted’s picture

If I did it right it didn't work for me.
Internet Explorer 9, Omega theme.
Safari browser seems to be the same.

Answer #5 from here http://stackoverflow.com/questions/3449286/force-ie-compatibility-mode-off-in-ie-using-tags was the solution for me.

barry6575’s picture

I reviewed the link. Can you tell me what do you consider answer#5? Thanks.