lealo: Verweis-sensitive Grafiken als Mouseovergrafik

Beitrag lesen

Hallo Leute

Ich habe mithilfe von Selfhtml eine verweis-sensitive Grafik gebastelt:

<p>  
  <img src="Pharma2 - Copy.png" usemap="#Pharma2" name="PharmaLinks">  
  <map name="Pharma2">  
    <area shape="rect" coords="48,22,293,57"  
          href="\\phchbs-s3159.eu.novartis.net\straule1$\data\HTML\InventoryReportPharma.html" alt="InventoryReport" title="Inventory">  
    <area shape="rect" coords="48,62,293,96"  
          href="\\phchbs-s3159.eu.novartis.net\straule1$\data\HTML\BackupReportPharma.html" alt="BackupReport" title="Backup">  
    <area shape="rect" coords="48,105,293,132"  
          href="\\phchbs-s3159.eu.novartis.net\straule1$\data\HTML\IncidentReportPharma.html" alt="IncidentReport" title="Incident">  
    <area shape="rect" coords="48,141,293,173"  
          href="\\phchbs-s3159.eu.novartis.net\straule1$\data\HTML\AvailabilityReportPharma.html" alt="AvailabilityReport" title="Availability">  
  </map>  
</p>

Nun würde ich gerne dieses Bild mit den Hyperlinks als Mouseovergrafik benutzen. Das heisst ich hab ein Bild und wenn ich mit der Maus drüber fahre, dann kommt diese verweis-sensitive Grafik MIT Hyperlinks.

Kann mir da jemand weiterhelfen?

Liebe Grüsse
Lealo