Hi mburt, thanks for the quick reply 

Originally Posted by
mburt
This is what I'd think it would be:
Code:
onload=function() {
delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
}
Should that go in the body where I want the fadeout to appear, like this?
Code:
<script src="fadeimage.js">
onload=function() {
delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
}
</script>
Or am I misunderstanding....?
Bookmarks