Author Topic: [SOLVED] two functions in an attribute  (Read 417 times)

0 Members and 1 Guest are viewing this topic.

Offline loganbestTopic starter

  • Irregular
  • Posts: 47
    • View Profile
[SOLVED] two functions in an attribute
« on: October 29, 2007, 06:51:56 PM »
Is it possible to make this work correctly without having the hover image stay activated?
Code: [Select]
<a href="index.php?cPath=22"><img src="../../../images/accessoriesminiicongreen.jpg" width="23" height="32" border="0" id="Image2" onMouseOver="MM_swapImage('Image2','','../../../images/accessoriesminiiconblue.jpg',1); dropdownmenu(this, event, 'accessoriesmenu')" onMouseOut="MM_swapImgRestore()"></a>