Trick Like Swap Image?


Recommended Posts

I want to create the same effect as at the following link:

http://www.wayne-dalton.com/idrive_TorqueMaster.asp

Scroll down to the bottom where it says Store Locater. If you let your mouse hover over the words "Three Button Remote" or "Security Light" you will see words and image appear to the right.

How do I create this effect? Something like Swap Image??

Link to post
Share on other sites

A look at the source code tells me they're using javascript. Shouldn't be too difficult. If you didn't need the mouseover, you could use somethings like iFrames.

<a href="java script:;" title="3-Button Remote" onmouseover="window.status='3-Button Remote'; showProduct_showDiv('divFeature44');return true;" onmouseout="window.status=' '; return true;" class="spotlightLink" target="_top">3-Button Remote</a><br><br>

Haven't worked much with java but there is a reference code from the site.

Sorry I can't be more help. :) Good luck.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...