The link:
What I need (in order of importance):
Thanks for you time and consideration. I like the version on DD (http://www.dynamicdrive.com/dynamici...rightslide.htm) -- it's perfect with one exception. It doesn't work in N6 nor Mozilla.
<EDIT>
Just figured out it may not work in a framed page!!! I believe the following code will prevent it:
</EDIT>
What I need (in order of importance):
- I need the whole thing centered in the page (absolutely?). Right now, it's at the top of the page. I need it to center in the page no matter what resolution, etc. The actual page I use will probably be framed.
- How hard would it be for one of you to adjust this script to pause onMouseover?
- Is it possible to have ALT text (yellow box) actually show up onMouseover? The ALT is in the image tag, but doesn't show up...maybe because the script doesn't pause onMouseover (?).
Thanks for you time and consideration. I like the version on DD (http://www.dynamicdrive.com/dynamici...rightslide.htm) -- it's perfect with one exception. It doesn't work in N6 nor Mozilla.
<EDIT>
Just figured out it may not work in a framed page!!! I believe the following code will prevent it:
Code:
//WINDOW RESIZE/LOAD window.resizeTo(screen.width,screen.height); window.moveTo(0,0); window.onload=function(){ intializeSlideShow(); moveSlides('s0'); }
Comment