Hi,
You have error!!!
Your java script must be placed in HEAD tags this is very inportant ! You just have to copy and past code from DD into notepad WITHOUT <script> tags, save like you wont
i.e. imagescript.js
Then in head of you page insert:
Code:
<script type="text/javascript" src="imagescript.js"></script>
After that do this: Where you wont to show images insert this code in your BODY tags
Code:
<script type="text/javascript">
new fadeshow(fadeimages, 758, 250, 0, 7000, 1, "R")
</script>
Note: This script doesn't work in IE 8 beta2, there is no fade transition
This will work for you!!!
Bookmarks