I want to have the pop up window display as you mouse over an image/link..
Return to Recent Questions
Q:
I want to have the pop up window display as you mouse over an image/link - 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 05, 2006 - Change cursor to a hand when over a menu link...
- 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?
- Sep 30, 2006 - How can I open the link in a new window with your DHTML MENU?
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- 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.
- Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
- Nov 17, 2006 - Is there a way to change preview screen color of the onmouseover menu maker?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
|