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
modal/lightbox not working in IE8
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: modal/lightbox not working in IE8
If you find Phoca extensions useful, please support the project
-
onemanarmy
- Phoca Newbie

- Posts: 5
- Joined: 09 Jul 2010, 22:58
Re: modal/lightbox not working in IE8
Hi llau,
if IE 8 is the only affected Browser you could insert this Code
in the index.php of your Template
Has to be the first item in the head ... like this
I know this isnt the best solution but it works fine (on several sites) until i find a better one.
Steve
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" />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
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: modal/lightbox not working in IE8
Hi, thank you for this guide.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
MAzZY
- Phoca Newbie

- Posts: 2
- Joined: 03 Jan 2009, 18:48
Re: modal/lightbox not working in IE8
onemanarmy, thank you. It's very helpfull!