1 / 6

Image Mapping

Image Mapping. Erstellung von Klicksensitiven Grafiken Für Webseiten. Arbeitsschritte. Grafik mit einem geeigneten Programm erstellen oder scannen Koordinaten der Klicksensitiven Bildbereiche (hot spots) ausmessen Zentrale Mapping-Datei erstellen Zugeordnete HTML Dateien erstellen.

ciara
Download Presentation

Image Mapping

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Image Mapping Erstellung von Klicksensitiven Grafiken Für Webseiten Image Mapping

  2. Arbeitsschritte • Grafik mit einem geeigneten Programm erstellen oder scannen • Koordinaten der Klicksensitiven Bildbereiche (hot spots) ausmessen • Zentrale Mapping-Datei erstellen • Zugeordnete HTML Dateien erstellen Image Mapping

  3. Geometrische Formen Folgende Formen sind möglich Image Mapping

  4. HTML Syntax für Image Mapping <map name="Name"> <!--Klicksensitive Bereiche definieren--> <area shape="rect" coords="x1,y1,x2,y2" href="Datei1"> <area shape="circle" coords="x,y,r" href="Datei2"> <area shape="polygon" coords="x1,y1,x2,y2, ..,xn,yn" href="Datei3"> <!--Alle anderen Bildbereiche--> <area shape="default" href="default.html"> </map> <img src="Bilddatei" usemap="#Name"> Image Mapping

  5. Beispiel <map name="Testbild"> <area shape="rect" coords="59,52,200,124" href="hiwi.html"> <area shape="rect" coords="224,200,409,426" href="rz.html"> <area shape="circle" coords="101,284,48" href="cip1a.html"> <!--Alle anderen Bildbereiche--> <area shape="default" href="daneben.html"> </map> <img src="testmap.gif" usemap="#Testbild"> Image Mapping

  6. Weitere Infos Beispiele und Infos zum Thema unter http://www.rz.uni-hohenheim.de/wegweiser/raeume/lageplan.html http://www.rz.uni-hohenheim.de/www/html/muenz/html-4.0/tcgh.htm Image Mapping

More Related