Change overlay color makes SB not working in < IE 8

6 messages Options
Embed this post
Permalink
dewit

Change overlay color makes SB not working in < IE 8

Reply Threaded More More options
Print post
Permalink
(This post was updated on )
When I change the overlay color as in:

<script type="text/javascript">Shadowbox.init({
    overlayColor:'#FFF',
	});</script>


Shadow Box is not working in IE6 and IE7, while in all the other browser (chrome IE8, safari, FF) it is working. In IE6 and 7 I only get to see the bigger image as a normal image
When I don't change the overlay color it is working also in IE6 and 7


Does anybody know the solution to this problem?
dewit

Re: Change overlay color makes SB not working in < IE 8

Reply Threaded More More options
Print post
Permalink
(This post was updated on )
For who wants to know. The problem with IE 6/7 is not there when you ad the option per link, as in:
<a href="i" rel="shadowbox;options={overlayColor:'#FFF',overlayOpacity:0.4}">


No I only have the problem, because I use white as background overlay color, that the navigation button to close (x) is not visible anymore. I found the same question here, but the link isn't working anymore. Can anybody give me a hint?
Wizzud

Re: Change overlay color makes SB not working in < IE 8

Reply Threaded More More options
Print post
Permalink
In reply to this post by dewit
<script type="text/javascript">Shadowbox.init({
    overlayColor:'#FFF',    <== remove this comma
	});</script>
Combine literacy with curiosity and a whole world of information opens up to you
dewit

Re: Change overlay color makes SB not working in < IE 8

Reply Threaded More More options
Print post
Permalink
Thanks for the help.

Do you also have a so sollution for using a white overlay and therefor the need to change the color of the navigation icons (because of white overlay the navigation icons are not visible)
No I only have the problem, because I use white as background overlay color, that the navigation button to close (x) is not visible anymore. I found the same question here, but the link isn't working anymore. Can anybody give me a hint?
Wizzud

Re: Change overlay color makes SB not working in < IE 8

Reply Threaded More More options
Print post
Permalink
Find/create/use icons of a different (ie. non-white) colour?
Combine literacy with curiosity and a whole world of information opens up to you
dewit

Re: Change overlay color makes SB not working in < IE 8

Reply Threaded More More options
Print post
Permalink
Yes that's a good idea