I´m using the SwapImage and the SwapImgRestore functions to create two rollover images, but for two different targets and I only want one of them to be restored back to the original position with onMouseOut. The problem seems to be that SwapImgRestore is applied to both targets and I want to apply it only to one.
Here´s the page:
http://www.davidrisleygallery.com/new/artistsvert.htm
I would like the text to revert back to the original with onMouseOut but not the the main image, I want the main image to to be replaced by the next SwapImage without SwapImgRestore to avoid having the first image always coming back when going in between the menu options.
Any ideas?
Thanks.
Antonio