This is an old script. At that time (I'm only guessing, I'm not the author - though I have worked on the code for tweaks and use in other scripts many times), I don't think there was much concern with the type of precision your issue indicates.
In limited testing, it appears that the (from the configuration area of the script in the source code of your page):
Code:
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=0
is the 'problem'.
I say 'problem', because I guess it could be a feature, whatever. In any case, I set it to -2:
Code:
//Specify pixels gap between each slideshow rotation (use integer):
var slideshowgap=-2
and that seems to fix it.
You should also consider:
http://www.dynamicdrive.com/dynamici...wler/index.htm
I'm not certain if it will work out well with only one image. If not, you could repeat it one or more times. But, if set up properly, it will have no gap without having to resort to negative values.
Bookmarks