• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Area Map

Status
Für weitere Antworten geschlossen.
ok das klappte, nur zum teil. Ich arbeite mit Frontpage und möchte diese jetzt auch sichtbar machen, bzw. wie finde ich diese? Meine index.php Datei lautet so:

PHP:
<?php
include("config.php");
?>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title><?php print $installer['title']; ?></title>
<?php print $installer['font']; ?>
</head>

<body>
<map name="Landkarte">
    <area shape="rect" coords="11,10,59,29" href="" alt="">
    <area shape="rect" coords="42,36,96,57" href="" alt="">
<table border="0" width="40%" id="table1" background="standart_img/1.BMP" height="380">
	<tr>
		<td width="159" height="184">&nbsp;</td>
		<td height="184">&nbsp;</td>
	</tr>
	<tr>
		<td width="159">&nbsp;</td>
		<td>&nbsp;</td>
	</tr>
</table>
</map>
</body>

</html>
 
Sichtbar kann man Imagemaps nicht machen. Du kannst Maximal auf dem Bild bereits vorher Rechtecke (Kreise und Polynome natürlich auch) einzeichnen.

btw: Lern HTML!!!
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben