John,
the Robohelp built-in editor messes the code up, so I never
use it. However, not even Dreamweaver supports interactive effects
in image maps. I wanted the hot spots to hover like hyperlinks.
Seems to me much more convenient for the user.
quote:
I'm not sure what you are trying to do when you say "the area
tag cannot be formatted using CSS." What kind of formatting do you
want on a piece of an image?
Unfortunately, you cannot use the hover attribute in css for
the <area href> tag. That is, why you need a more complicated
solution for interactive hot spots in image maps.
My first solution had some flaws. Eventually, I found this
smart piece of Javascript:
http://www.netzgesta.de/mapper/
This really did the trick and works great. The script is free
of charge for non-commercial use only.
Mike