[XHTML/CSS] Image-Map

Registriert
Aug. 2001
Beiträge
243
Warum habe ich um meine Imagemap einen blauen Kasten??? Code der Map
Code:
		<!--Navigationsleiste-->
		<div id="navigationsleiste">
			<map name="navigation">
				<area shape="rect" coords="1,1,53,18" onmouseover="JavaScript:menu('nav1', 'visible', '0px')" onmouseout="JavaScript:menu('nav1', 'hidden', '')" alt="start" />
				<area shape="rect" coords="54,1,168,18" onmouseover="JavaScript:menu('nav2', 'visible', '42px')" onmouseout="JavaScript:menu('nav2', 'hidden', '')" alt="wir" />
				<area shape="rect" coords="169,1,342,18" onmouseover="JavaScript:menu('nav3', 'visible', '180px')" onmouseout="JavaScript:menu('nav3', 'hidden', '')" alt="semesterprogramm" />
				<area shape="rect" coords="343,1,422,18" href="wohnen.php" alt="wohnen" />
				<area shape="rect" coords="423,1,494,18" href="segeln.php" alt="segeln" />
				<area shape="rect" coords="495,1,605,18" onmouseover="JavaScript:menu('nav4', 'visible', '485px')" onmouseout="JavaScript:menu('nav4', 'hidden', '')" alt="impressum" />
				<area shape="rect" coords="606,1,699,18" href="links.php" alt="links" />
			</map>
			<img src="img/nav.jpg" usemap="#navigation" width="700" height="18" alt="Navigationsleiste" />
		</div>
		<!--Ende Navigationsleiste-->
und im css sind nur höhe und breite angegeben???
das reale teil ist unter http://www.gotia-baltia.de/test zu sehen
 
Zuletzt bearbeitet:
Re: [XHTML / CSS] imagemap

beim Image übergibt style="border: none;" oder border="0"

und schau dir die Seite mal im Firefox an, schaut so wohl nicht ganz korrekt aus? :rolleyes:
 
Re: [XHTML / CSS] imagemap

normalerweise surfe ich auch mit firefox, nur nicht auf der arbeit :-)
 
Zurück
Oben