View Single Post
  #11  
Old 11-16-2007, 10:03 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: help with j/s for slide show

You have the sizes in the wrong place. Replace this:

new fadeshow(fadeimages, , 400, 267, 1, 3000, 0, "R")

with this:

new fadeshow(fadeimages, 400, 267, 0, 3000, 0, "R")
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote