Page 1 of 1

Re: modal/lightbox not working in IE8

Posted: 28 Jun 2010, 14:18
by Jan
Hi, check all of your javascript libraries loaded on your site, maybe there is some conflict between different javascript libraries loaded on your site.

Jan

Re: modal/lightbox not working in IE8

Posted: 09 Jul 2010, 23:08
by onemanarmy
Hi llau,
if IE 8 is the only affected Browser you could insert this Code

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
in the index.php of your Template

Has to be the first item in the head ... like this

Code: Select all

<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />

I know this isnt the best solution but it works fine (on several sites) until i find a better one.

Steve

Re: modal/lightbox not working in IE8

Posted: 11 Jul 2010, 14:21
by Jan
Hi, thank you for this guide.

Jan

Re: modal/lightbox not working in IE8

Posted: 13 Jul 2010, 17:37
by MAzZY
onemanarmy, thank you. It's very helpfull!