See the below code:
<a href="information.html" target="_self" onmouseover="SwapImage('nav_brochure', button_brochure_more_hightlight.gif')" onmouseout="RestoreImage()"><img src="button_brochure_more.gif" alt="More Information" border="0" name="nav_brochure" /></a>
I've just added an info button using the same names as the original button images (I'm still using the original images as well). All buttons work fine on the 'onmouseover' except this new button (I think it's something to do with the string 'nav_brochure', anyone any ideas?
Ta
Mike
<a href="information.html" target="_self" onmouseover="SwapImage('nav_brochure', button_brochure_more_hightlight.gif')" onmouseout="RestoreImage()"><img src="button_brochure_more.gif" alt="More Information" border="0" name="nav_brochure" /></a>
I've just added an info button using the same names as the original button images (I'm still using the original images as well). All buttons work fine on the 'onmouseover' except this new button (I think it's something to do with the string 'nav_brochure', anyone any ideas?
Ta
Mike
Comment