PDA

View Full Version : Mouseover


Paul
03-04-1999, 03:11 AM
I want to use a mouseover script similar (or the same?) as the one now used on the pages of FutureQuest.

I don't know that much about it but I am willing to learn if someone could point me in the right direction.

Specifically.. I want to "rollover" a menu type sidebar and as you rollover parts of the menu.. have gif files appear at different locations of the page.

Anyone know where to look for help in this?
Thanks.
---------------------
Paul

Del
03-04-1999, 03:24 AM
Paul

Check out this thread http://www.aota.net/ubb/Forum3/HTML/000035.html

Del

Deb
03-04-1999, 03:48 AM
Meikel is the one that fixed ours so it would work on more browsers w/o the errors...

Feel free to view source and reverse engineer it http://www.aota.net/ubb/wink.gif

Deb

[This message has been edited by Deb (edited 03-04-99).]

Paul
03-04-1999, 06:36 AM
Thanks... but now I have brain crampage (?)..
Can someone view this example and tell me what I am missing?.. or done wrong?

www.pumpkindriver.com/mouse.htm (http://www.pumpkindriver.com/mouse.htm)

I am trying to get the "welcome" gif to be replaced with the "thought-over.gif" when you do a mouseover on the gif that says "go" on it.

The "butt-on" and the "butt-off" gifs should
both say "go".. (I want this one NOT to change with a mouseover)

I am making sense?

Thanks
-------------------
Paul

hearts
03-04-1999, 09:30 AM
I looked at the two codes to compare so try this:

//Mouse Off Daniel Son

image1off = new Image();
image1off.src = "/images/butt-off.gif";
}




[This message has been edited by hearts (edited 03-04-99).]

hearts
03-04-1999, 09:47 AM
also.. in the said code, "Tu" has no properties

in your code it looks like this:

/images/welcome.gif

when it should look like this:

<img src="/images/welcome.gif" width="175" height="150" border="0" name="Tu" alt="welcome">

post to let us know if ya got it working.. k?

Paul
03-04-1999, 01:29 PM
Hearts:

Got it working... THANKS!
(it is on another site though..work in progress) http://www.aota.net/ubb/smile.gif

Thanks again.
---------------

Paul