Answered
A little off topic....but
I have a cfform that displays an image and I have an image
map to do rollovers. Here is the code :
<img src="safety_logo_1.gif" usemap="#safety_logo_map" border="0">
Now I need to add more images and make them randomly display, with each still using the map for rollovers. I found the javascript to do this and part of the image commands is displayed below. It works great. But how would I incorporate the image map commands into the code ? I tried to just add them but obviously did it wrong, and the image does not show up. Anybody know how I can do this ?
Thanks
theImages[0] = '"safety_logo_1.gif"
theImages[1] = 'safety_logo_2_test.gif'
theImages[2] = 'safety_logo_3_test.gif'
theImages[3] = 'safety_logo_4_test.gif'
<img src="safety_logo_1.gif" usemap="#safety_logo_map" border="0">
Now I need to add more images and make them randomly display, with each still using the map for rollovers. I found the javascript to do this and part of the image commands is displayed below. It works great. But how would I incorporate the image map commands into the code ? I tried to just add them but obviously did it wrong, and the image does not show up. Anybody know how I can do this ?
Thanks
theImages[0] = '"safety_logo_1.gif"
theImages[1] = 'safety_logo_2_test.gif'
theImages[2] = 'safety_logo_3_test.gif'
theImages[3] = 'safety_logo_4_test.gif'