Discussion:
MM_swapImage Arguments
(too old to reply)
TropicPR
2008-06-11 21:41:25 UTC
Permalink
Hi!

I am working with a web page that uses the mm_swapImage function as follows:

<area shape="rect" coords="4,162,131,183" href="page1.html"
onmouseover="MM_swapImage('Image2','','images/image1.jpg',1)"
onmouseout="MM_swapImgRestore()" />

I need to display some additional information about that link when the user
passes the mouse pointer over that area. Is this something that can be done
with the MM_swapImage?

Where can I find the description of the MM_swapImage Arguments? I tried to
find it on the Dreamweaver help, but could not find it.

Thanks!
Murray *ACE*
2008-06-11 21:46:34 UTC
Permalink
<area shape="rect" coords="4,162,131,183" href="page1.html"
onmouseover="MM_swapImage('Image2','','images/image1.jpg',1)"
onmouseout="MM_swapImgRestore()" title="here's your additional information"
/>

Would that work?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
Post by TropicPR
Hi!
<area shape="rect" coords="4,162,131,183" href="page1.html"
onmouseover="MM_swapImage('Image2','','images/image1.jpg',1)"
onmouseout="MM_swapImgRestore()" />
I need to display some additional information about that link when the user
passes the mouse pointer over that area. Is this something that can be done
with the MM_swapImage?
Where can I find the description of the MM_swapImage Arguments? I tried to
find it on the Dreamweaver help, but could not find it.
Thanks!
TropicPR
2008-06-11 22:08:21 UTC
Permalink
That worked. Thanks a lot!
Murray *ACE*
2008-06-11 22:31:28 UTC
Permalink
You're welcome!
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
Post by TropicPR
That worked. Thanks a lot!
Loading...