TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Javascript? help...

Page: 1 Reply
Aug 23rd 2002#65834 Report
Member since: May 15th 2002
Posts: 68
I'm pretty sure this is done in javascript but I'm not exactly sure how. What I'm wanting to do is have an image appear (at a different spot on the page) when the mouse rolls over a link (a rollover). Can somebody help me out with the code?

Thanks in advance. :D
Reply with Quote Reply
Aug 23rd 2002#65844 Report
Member since: Mar 24th 2002
Posts: 3114
.....I think we´ve been through this before, search the forum...

If not, then a couple of pointers:

- You need to name your images; as in [img src="paavorocks.gif" name="paavo"]

- Then, you need to make the mouseover - thingie in the image that is the trigger; [img src="paavoisbest.gif" onMouseOver=document.paavo.src="paavorocksOver.gif" onMouseOut=document.paavo.src="paavorocks.gif"]

......and so on.. :D
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum