I want to have the pop-up floating window display as you mouse over an image - is this possible?
Return to Recent Questions
Q:
I want to have the pop-up floating window display as you mouse over an image - is this possible?
A:
For example you want to open a popup onMouseover, onClick or
onMouseout on a link.
So, you should create a link on your page and set id="" for it, for
example:
<a href="javascript:;" id="link">Open popup OnClick</a>
<a href="javascript:;" id="over">Open popup OnMouseover</a>
<a href="javascript:;" id="out">Open popup OnMouseOut</a>
In Deluxe Tuner you should set:
onMouseOver - over
onMouseOut - out
onClick - link
So you'll have
deluxePopupWindow.attachToEvent(win,',,onClick=link,onMouseOver=over,onMouseOut=out,')
Return to Recent Questions
Related:
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 23, 2006 - Is it possible that your menu call some javascript onmouseover event?
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Oct 28, 2006 - Subitems of the mouseover menu don't close when the mouse goes away...
- Oct 30, 2006 - I don't see on my website dhtml mouseover menu that I saw on my local machine.
- Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Dec 25, 2006 - The mouseover menu javascript will continue to expand horizontally.
- Dec 26, 2006 - I'm trying to have two separate mouseover menus on my web page.
- Dec 29, 2006 - Flash element in Firefox disappears behind the javascript mouse over menu.
- Dec 29, 2006 - How can I open sliding drop down menu on simple link mouse over?
|