mamasboy.com
11-16-2006, 12:54 AM
1) Script Title:
Ultimate Fade-In Slideshow (v1.5)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
It stretched my site after the code was added. check it out:
http://imamamasboy.com/tastemakers/home.php
Table coding:
<tr>
<td width="134" bgcolor="#F8F0ED" rowspan="3"><script type="text/javascript">
new fadeshow(fadeimages, 134, 161, 0, 3000, 1)
new fadeshow(fadeimages2, 134, 161, 0, 3000, 0)
</script></td>
Do i have to change the script coding in here?
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
a printscreen of how it was supposed to look:
http://www.imamamasboy.com/tastemakers/test.jpg
I want to say Thanks in advance. I'm very new with CSS and JAVA and Dynamicdrive is an awesome resource guide to get me off the right track, unfortunately, I hit a small roadblock.
Any help will be greatly appreciated.
Ultimate Fade-In Slideshow (v1.5)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
It stretched my site after the code was added. check it out:
http://imamamasboy.com/tastemakers/home.php
Table coding:
<tr>
<td width="134" bgcolor="#F8F0ED" rowspan="3"><script type="text/javascript">
new fadeshow(fadeimages, 134, 161, 0, 3000, 1)
new fadeshow(fadeimages2, 134, 161, 0, 3000, 0)
</script></td>
Do i have to change the script coding in here?
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
a printscreen of how it was supposed to look:
http://www.imamamasboy.com/tastemakers/test.jpg
I want to say Thanks in advance. I'm very new with CSS and JAVA and Dynamicdrive is an awesome resource guide to get me off the right track, unfortunately, I hit a small roadblock.
Any help will be greatly appreciated.