rjmiller15 Posted November 16, 2006 Report Share Posted November 16, 2006 I want to create the same effect as at the following link:http://www.wayne-dalton.com/idrive_TorqueMaster.aspScroll 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?? Quote Link to post Share on other sites
Mx² Posted November 16, 2006 Report Share Posted November 16, 2006 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.