That script is obviously adapted from:
http://www.dynamicdrive.com/dynamici...rightslide.htm
and so:
Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
Just put in something like (I also fixed your opening script tag):
Code:
<script type="text/javascript">
/***********************************************
* Adapted from:
* Conveyor belt slideshow script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
var sliderwidth="109px";
var sliderheight="420px";
var slidespeed=1;
slidebgcolor="#FFFFFF";
var topbottomslide=new Array();
var topbottomslide2=new Array();
var finalslide='';
The answer to your question though is to increase the negative top for the span in the script:
Code:
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-90000px;left:-9000px">'+topbottomslide+'</span>');
Bookmarks