Since I have gone to V5 RC 14, the image map on my web site no longer works in Opera 6.06. I have tested it using Opera 7.0 and IE 5 and things work as they should. I have determined that there is some type of conflict in the code between my "menu_data.js" file which loads the primary menu system and the code within the "htm" file that loads the image map. The "js" code for the image map is placed directly inside the "htm" file.
I discovered this by commenting out the loading of the "menu_data' file. For some reason Opera 7.0 and IE 5 ignores what ever conflict there is.
Got it working for Opera 6.06. This is what I did. I cut all the "JS" code out of the "htm" file and created a seperate "map_data.js" file. I then Load the "map_data.js" code prior to loading the "menu_data.js". I do not know what conflicts it fixed, but I do know that it now works.