laxxxal
04-16-2006, 06:19 PM
hello everyone,
first of all i'd like to thank for this site creator's for a really good help in creating web pages :)
and now my problem.
I've joined two scripts (showing text when mouse overs an image and Image Thumbnail Viewer II (http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm))
after all i've got sth like this:
<img src="1.jpg" width="100" height="75" onMouseOver="modifyimage('dynloadarea', 1);showit(1)">
i'm writing only this part of code, because all the problems starts from here (in case I think so)
as very much of non-moving images gathered in one page, I wanted to make a slide show. I found Left-Right Image Slideshow Script (http://www.dynamicdrive.com/dynamicindex14/leftrightslide2.htm)
and when I change
slideimages[1]='<img src="PE01803A.gif">'to a
slideimages[1]='<img src="PE01803A.gif " onMouseOver="modifyimage('dynloadarea', 1);showit(1)">'
the page shows nothing :(
so does anyone know where the problem is and haw i could slove it?
thanx in advance,
laxxxal
first of all i'd like to thank for this site creator's for a really good help in creating web pages :)
and now my problem.
I've joined two scripts (showing text when mouse overs an image and Image Thumbnail Viewer II (http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm))
after all i've got sth like this:
<img src="1.jpg" width="100" height="75" onMouseOver="modifyimage('dynloadarea', 1);showit(1)">
i'm writing only this part of code, because all the problems starts from here (in case I think so)
as very much of non-moving images gathered in one page, I wanted to make a slide show. I found Left-Right Image Slideshow Script (http://www.dynamicdrive.com/dynamicindex14/leftrightslide2.htm)
and when I change
slideimages[1]='<img src="PE01803A.gif">'to a
slideimages[1]='<img src="PE01803A.gif " onMouseOver="modifyimage('dynloadarea', 1);showit(1)">'
the page shows nothing :(
so does anyone know where the problem is and haw i could slove it?
thanx in advance,
laxxxal