ellenjones6
10-04-2012, 07:01 AM
1) Script Title: Ultimate Fade-in slideshow (v2.4)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Sorry to keep coming back so often for help, but I just discovered a problem with the slideshows on a Windows laptop using Internet Explorer 8. The images in the slideshow seem to expand and then contract, appearing to shift slightly to the left by about one pixel as they fade in.
Here is the URL for the page: http://adirondackvic.org/Adirondack-Birding-Center-Bird-Walk-12-September-2012.html
Here is the code:
<style type="text/css">
#fadeshow2 {
overflow: auto;
width: 540px;
height: 411px;
margin: 0 auto;
}
#fadeshow2toggler {
width: 540px;
margin: 0 auto;
text-align: center;
}
#fadeshow2toggler .noscript {
display: none;
font: bold 70% Arial, Helvetica, sans-serif;
}
.descpanelfg {
text-align: center;
}
</style>
<noscript>
<style type="text/css">
#fadeshow2 {
overflow: auto;
width: 560px;
}
#fadeshow2 img {
display: block;
}
#fadeshow2toggler * {
display: none;
}
#fadeshow2toggler .noscript {
display: inline;
}
</style>
</noscript>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [540, 411], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-1.jpg", "", "", "Adirondack Wetlands: Heron Marsh from Barnum Brook Trail (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-2.jpg", "", "", "Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-3.jpg", "", "", "Adirondack Wetlands: Wetlands around Barnum Brook (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-4.jpg", "", "", "Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-5.jpg", "", "", "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-6.jpg", "", "", "Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)"] //<--no trailing comma after very last image element!
],
titlesAndAlts: [
{title: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)", alt: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)"},
{title: "Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)", alt: "Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)"},
{title: "Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)", alt: "Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)"},
{title: "Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)", alt: "Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)"},
{title: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012", alt: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012"},
{title: "Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)", alt: "Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)"},
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: "fadeshow2toggler",
onslide: function(c, i){
var im = c.getElementsByTagName('img')[i], tas = this.setting.titlesAndAlts;
im.title = tas[i].title;
im.alt = tas[i].alt;
}
})
</script>
<div id="fadeshow2"><img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-1.jpg" alt="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)" title="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-2.jpg" alt="Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)" title="Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-3.jpg" alt="Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)" title="Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-4.jpg" alt="Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)" title="Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-5.jpg" alt="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)" title="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-6.jpg" alt="Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)" title="Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)">
</div>
<div id="fadeshow2toggler" style="width:540px; text-align:center; margin-left: auto ;
margin-right: auto ;margin-top:10px"><span class="noscript">You have JavaScript turned off in your browser. To view the slideshow, please enable JavaScript. Instructions may be found here: www.enable-javascript.com
</span>
<a href="#" class="prev"><img src="http://Adirondackvic.org/Images/left.png" alt="left button" style="border-width:0"></a>
<span class="status" style="margin:0 50px; font-weight:bold"></span>
<a href="#" class="next"><img src="http://Adirondackvic.org/Images/right.png" alt="right button" style="border-width:0"></a>
</div>
Every slideshow in my site seems to have this problem with IE8. There is also a problem with the slideshow on the home page (http://adirondackvic.org/index.html), but in this case the images appear to shift up and down a pixel.
The slideshows all work perfectly on IE9, Firefox, Chrome, Opera, and Safari (all in Windows). The demo slideshows on the Dynamic Drive page work fine on the IE8 laptop, so I know that it's a problem with how I have integrated the slideshows in my site. What have I done wrong? I am sorry to be a pest, but this is driving me nuts! Please help. Ellen
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Sorry to keep coming back so often for help, but I just discovered a problem with the slideshows on a Windows laptop using Internet Explorer 8. The images in the slideshow seem to expand and then contract, appearing to shift slightly to the left by about one pixel as they fade in.
Here is the URL for the page: http://adirondackvic.org/Adirondack-Birding-Center-Bird-Walk-12-September-2012.html
Here is the code:
<style type="text/css">
#fadeshow2 {
overflow: auto;
width: 540px;
height: 411px;
margin: 0 auto;
}
#fadeshow2toggler {
width: 540px;
margin: 0 auto;
text-align: center;
}
#fadeshow2toggler .noscript {
display: none;
font: bold 70% Arial, Helvetica, sans-serif;
}
.descpanelfg {
text-align: center;
}
</style>
<noscript>
<style type="text/css">
#fadeshow2 {
overflow: auto;
width: 560px;
}
#fadeshow2 img {
display: block;
}
#fadeshow2toggler * {
display: none;
}
#fadeshow2toggler .noscript {
display: inline;
}
</style>
</noscript>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [540, 411], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-1.jpg", "", "", "Adirondack Wetlands: Heron Marsh from Barnum Brook Trail (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-2.jpg", "", "", "Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-3.jpg", "", "", "Adirondack Wetlands: Wetlands around Barnum Brook (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-4.jpg", "", "", "Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-5.jpg", "", "", "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail (12 September 2012)"],
["http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-6.jpg", "", "", "Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)"] //<--no trailing comma after very last image element!
],
titlesAndAlts: [
{title: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)", alt: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)"},
{title: "Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)", alt: "Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)"},
{title: "Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)", alt: "Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)"},
{title: "Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)", alt: "Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)"},
{title: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012", alt: "Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012"},
{title: "Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)", alt: "Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)"},
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: "fadeshow2toggler",
onslide: function(c, i){
var im = c.getElementsByTagName('img')[i], tas = this.setting.titlesAndAlts;
im.title = tas[i].title;
im.alt = tas[i].alt;
}
})
</script>
<div id="fadeshow2"><img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-1.jpg" alt="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)" title="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail overlook at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-2.jpg" alt="Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)" title="Fall in the Adirondacks: Hobblebush along the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-3.jpg" alt="Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)" title="Adirondack Wetlands: Wetlands around Barnum Brook along the Jenkins Mountain Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-4.jpg" alt="Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)" title="Mushrooms of the Adirondacks: Marasmius siccus on the Boreal Life Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-5.jpg" alt="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)" title="Adirondack Wetlands: Heron Marsh from the Barnum Brook Trail at the Paul Smiths VIC (12 September 2012)">
<img src="http://Adirondackvic.org/Images/Adirondack-Birding-Center-Bird-Walk-12-September-2012-6.jpg" alt="Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)" title="Fall in the Adirondacks: Red Maple on the Barnum Brook Trail (12 September 2012)">
</div>
<div id="fadeshow2toggler" style="width:540px; text-align:center; margin-left: auto ;
margin-right: auto ;margin-top:10px"><span class="noscript">You have JavaScript turned off in your browser. To view the slideshow, please enable JavaScript. Instructions may be found here: www.enable-javascript.com
</span>
<a href="#" class="prev"><img src="http://Adirondackvic.org/Images/left.png" alt="left button" style="border-width:0"></a>
<span class="status" style="margin:0 50px; font-weight:bold"></span>
<a href="#" class="next"><img src="http://Adirondackvic.org/Images/right.png" alt="right button" style="border-width:0"></a>
</div>
Every slideshow in my site seems to have this problem with IE8. There is also a problem with the slideshow on the home page (http://adirondackvic.org/index.html), but in this case the images appear to shift up and down a pixel.
The slideshows all work perfectly on IE9, Firefox, Chrome, Opera, and Safari (all in Windows). The demo slideshows on the Dynamic Drive page work fine on the IE8 laptop, so I know that it's a problem with how I have integrated the slideshows in my site. What have I done wrong? I am sorry to be a pest, but this is driving me nuts! Please help. Ellen