godt09
08-14-2012, 05:15 AM
1) Script Title: Ultimate Fade In Slideshow v2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: When I load the page with script set up, something is generating the following css, so that no images show:
<div style="position: relative; visibility: visible; background: none repeat scroll 0% 0% black; overflow: hidden; width: 430px; height: 570px;" id="fadeshow1"><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: none repeat scroll 0% 0% black;" class="gallerylayer"><img src="/images/merc_1_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_2_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_3_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_4_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_5_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_6_430.png" style="border-width: 0px; display: none;">
</div><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: none repeat scroll 0% 0% black;" class="gallerylayer"><img src="/images/merc_1_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_2_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_3_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_4_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_5_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_6_430.png" style="border-width: 0px; display: none;">
</div><img src="loading.gif" style="position: absolute; left: 188px; top: 230px; display: none;"></div>
This also happens if I load the fadinslideshow.htm example page. Where is the css coming from? Code above is generated source from Firefox. I have also tested in IE9 and Opera 12. I have no css formatting images.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: When I load the page with script set up, something is generating the following css, so that no images show:
<div style="position: relative; visibility: visible; background: none repeat scroll 0% 0% black; overflow: hidden; width: 430px; height: 570px;" id="fadeshow1"><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: none repeat scroll 0% 0% black;" class="gallerylayer"><img src="/images/merc_1_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_2_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_3_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_4_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_5_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_6_430.png" style="border-width: 0px; display: none;">
</div><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: none repeat scroll 0% 0% black;" class="gallerylayer"><img src="/images/merc_1_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_2_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_3_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_4_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_5_430.png" style="border-width: 0px; display: none;">
<img src="/images/merc_6_430.png" style="border-width: 0px; display: none;">
</div><img src="loading.gif" style="position: absolute; left: 188px; top: 230px; display: none;"></div>
This also happens if I load the fadinslideshow.htm example page. Where is the css coming from? Code above is generated source from Firefox. I have also tested in IE9 and Opera 12. I have no css formatting images.