|
ok. i'm trying to figure out how i'd do this, and i'm lost at about here... <script>
so ya. lol anyways, hres what i'm trying to do. i'm trying to get the microsoft filmstrip effect where the pictures are at teh bottom and they are thumbnails and you can scroll threw them horizontally. however, i want it so that when you mouseover them, the image appears above the thumbnail box at a specificed size. heres a bad disgram... thumbnails hereeeeeeeeeeeeeeeeeeeeeeee
|
get my drift?
Last Edit: Jul 6, 2006 1:36:13 GMT by Andrew McGivery
|
k
|
|
|
|
I'd use a marquee to let them just scroll. Don't worry about adjusting speed now.
As for the onmouseover thing, add this to the img tag.
onmouseover='document.getElementById("MAINIMAGE").src="URL OF NON-THUMBNAIL IMAGE";'
Now change the place for the large scale pictures to be displayed to this tag <img src="URL TO IMAGE FOR EXAMPLE" border="0" id="MAINIMAGE" />
|
|
|
|
|
does that mean i have to have 2 copyies of each image? 1 thumbnail, and the other not? nevermind. stupid question hold on while i test it out >.>
Last Edit: Jul 6, 2006 1:47:11 GMT by Andrew McGivery
|
k
|
|
|
|
worked perfectly!!!! your amazing chris! thanks!
|
k
|
|
|
|
No problem.
|
|
|
|