View Full Version : Mouseover
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
Paul
Check out this thread http://www.aota.net/ubb/Forum3/HTML/000035.html
Del
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).]
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?
Hearts:
Got it working... THANKS!
(it is on another site though..work in progress) http://www.aota.net/ubb/smile.gif
Thanks again.
---------------
Paul
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.