Topic: Internet Explorer 8 and Juicebox 1.3.1 with jquery calls
In my websites I am using a jquery function named $(window).bind('resize load', function(e) for different body width of the webbrowser. This was working fine in IE8 with juicebox 1.3 and earlier.
With juicebox 1.3.1 is isn't working anymore, the gallery is not visible in IE8. After a long research and troubleshooting i have found that IE8 and sometimes IE9 isn't loading the themeURL.
I have placed the call to the themeURL in new juicebox but without succes.
new juicebox({baseUrl: 'design4/header/madagascar/',themeUrl: 'resources4/jquery/jbcore/classic/theme.css', containerId: 'box_slideshow',galleryWidth: '917px',galleryHeight: '273px',backgroundColor: 'transparent'});}
What did help is the following
<link rel="stylesheet" type="text/css" href="resources4/jquery/jbcore/classic/theme.css" />
Examples: next page is working with IE8 (don't use IETester, this program is buggy)
http://afrika.delosgaia.nl/visit_to_madagascar.htm
This page is working with IE 10 but not with IE8
http://afrika.delosgaia.nl/visit_to_mad … narivo.htm