I possess a map that contains a specific area with a title. Here is the accompanying code:
<map name="Map" id="Map">
<area alt="" shape="rect" coords="127,52,186,71" href="#" title="Extending telephone lines to other Egyptian governorates; Ismailia, Port Said and Suez to serve 50 subscribers."
class="vtip" id="lnk883" />
<area alt="" shape="rect" coords="9,54,66,72" href="#" title=" witnessed the birth of Egypt's telecommunications industry. The first telegraph line connecting Cairo and Alexandria was inaugurated early in 1854, forming the company that was later to become Telecom Egypt."
class="vtip" id="lnk854" />
... (Other area elements)
</map>
Upon hovering over any of these areas, I would like to display a visually appealing tooltip. Although the titles are already provided in the area tags, they appear unattractive. I have noticed that most tooltip examples using jQuery work on normal tags, not area tags. Any assistance or suggestions?