Forums

This topic is locked

open browserwindow onMouseOver ?

Posted 29 Oct 2002 12:51:50
1
has voted
29 Oct 2002 12:51:50 ute melder posted:
i have a roll over picture and its linked with a subpage.
but theres always the onmouseover function and i want on release.
but i dont know how to change it?
do i have to write it manually in the code?
<TR align=middle height="100%" vAlign=center WIDTH="100%">
<TD height="100%" width="100%"><p><img src="pix/crewgelb.jpg" width="496" height="368"></p>
<p><a href="au-crew.swf" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('movies','','../pix/movies2.jpg',1);MM_openBrWindow('../au-crew.swf','au','width=750,height=500')"><img src="../pix/movies1.jpg" name="movies" width="156" height="30" border="0"></a>
<a href="au-crew_shots.swf" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('shots','','../pix/shots_2.jpg',1)"><img src="../pix/shots_1.jpg" name="shots" width="156" height="30" border="0"></a>
<a href="au-crew_links.swf" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('links','','../pix/links_2.jpg',1)"><img src="../pix/links_1.jpg" name="links" width="156" height="30" border="0"></a>


thx

Replies

Replied 29 Oct 2002 13:20:19
29 Oct 2002 13:20:19 Martha Graham replied:
When you use the Open Browser Window in Dreamweaver MX, in the behaviors panel you will see by Actions also Events. Click on the arrow in between and then you will be able to choose the event.

So you do not have to manually write the code.

Martha Graham
Replied 29 Oct 2002 13:25:14
29 Oct 2002 13:25:14 ute melder replied:
well i can only choose the onmouseover event.
can you plz tell me where do i have to write it manually?

Reply to this topic