BorderTerroir
04-05-2011, 11:08 AM
1) Script Title:
Ultimate Fade-In Slideshow (v1.51):
2) Script URL (on DD):
No longer applicable, this is the nearest I can get.
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
I originally did this in FrontPage using tables top position the slides.
I now use Komposer and would like to use div tags.
What is the best way to do this?
<div align="center">
<table border="0" cellpadding="5" width="68%">
<tr>
<td width="50%"><p align="left"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 500, 280, 0, 3300, 0, "R")
</script></td>
<td width="50%">
<p align="left"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages2, 300, 280, 0, 2900, 0, "R")
</script></td>
</tr>
</table>
</div>
John
Ultimate Fade-In Slideshow (v1.51):
2) Script URL (on DD):
No longer applicable, this is the nearest I can get.
http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
I originally did this in FrontPage using tables top position the slides.
I now use Komposer and would like to use div tags.
What is the best way to do this?
<div align="center">
<table border="0" cellpadding="5" width="68%">
<tr>
<td width="50%"><p align="left"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 500, 280, 0, 3300, 0, "R")
</script></td>
<td width="50%">
<p align="left"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages2, 300, 280, 0, 2900, 0, "R")
</script></td>
</tr>
</table>
</div>
John