I'm trying to use an HTML MAP tag within wordpress and it's not working. Specifically I'm trying to mouse over some areas of an image that I'm posting and have extra text popup when the mouse in in the right position.
The same tag and code is working locally on my PC, but not when I upload it to my site. The image is there and the map coords are visible when I hit view-source, but I'm not seeing the mouse over behavior.
There's one oddity that seems to be automatically generated by wordpress that may account for the broken behavior... between the closing /> for the image and the opening <MAP for the map... wordpress is inserting a
tag and nothing I can do to edit the file appears to get rid of it.
I'm looking for any solution to this problem. Note, FWIW, I've even tried a completely different solution, but as it's so different I figure I'll save that for a separate post.
Thanks