Thanks a lot. Thats worked perfectly.
another quick question that I've been working on as well...
If im using image hotspots to have the same effect. (The image is white originally and when moused over it swaps to a "red" version of the same image.) How do I attach the id to keep the image swapped to the "red" version while the div is expanded?
here is an example of the hot spot code.
Code:
Image1" />
<map name="Map" id="Map">
<area shape="circle" coords="59,15,16" href="mailto:colin.ostman@gmail.com" onmouseover="MM_swapImage('Image1','','index images/contact_icons/email.png',1)" onmouseout="MM_swapImgRestore()" />
<area shape="circle" coords="22,16,14" href="http://facebook.com/colin.ostman" target="_blank" onmouseover="MM_swapImage('Image1','','index images/contact_icons/facebook.png',1)" onmouseout="MM_swapImgRestore()" />
<area shape="circle" coords="95,14,15" href="javascript:animatedcollapse.toggle('phone')" onmouseover="MM_swapImage('Image1','','index images/contact_icons/phone.png',1)" onmouseout="MM_swapImgRestore()" />
<area shape="circle" coords="132,16,15" href="javascript:animatedcollapse.toggle('address')" onmouseover="MM_swapImage('Image1','','index images/contact_icons/mail.png',1)" onmouseout="MM_swapImgRestore()" />
</map>
</div>
Bookmarks