JavaScript based Animated GIFs. Please help

Ai1

Baseband Member
Messages
21
hi
i jsut made a JavaScript based GIFs. (the Gifs stars moving when the mouse is orver or on it.)

(this is my free host site. http://members10.freewebs.com/ )

Doest any one know how to upload this to a webSite?(My site is a free host. so i use there tumplets. (i didn't write the script for my site.)

here is the site that i learned how to make it.
and here is an exmple of what the aurther made.
I showed this site is because i want u guys to know what i am talking about.

this is the exmple. http://dmportfolio.d2networx.com/tuts/button.html

(please carfully so u can see it moving)

It will stars to move once the mouse is on it.

I tryed to contec the one who made it. but i can't find it.

thanks for all the help in advance.
 
I looked at the example that you posted. The scripting in embedded in the page. If you are going to have a blank page like that with just the 1 button, you need to:
1. Upload each picture that is being used
2. Update the correct name and path to the pictures in your source code
onmouseover="changeImages('button_1', 'images/button_01-over.gif '); return true;"
3. Upload your page

Hopefully if you click the button, you want it to go somewhere, so you need to provide the link also.
 
Back
Top Bottom