Asterixus
Aktives Mitglied
Huhu,
ich habe als Error das bekommen:
Wie benutzt man das denn jetzt richtig, sodass es auch weiterhin funktioniert? :)
Danke im Voraus,
Asterixus
ich habe als Error das bekommen:
there is no attribute "name".<map name="menue" id="menue">
Wie benutze ich jetzt meine Map?character "#" is not allowed in the value of attribute "usemap".…" width="100%" height="100%" alt="" usemap="#menue" />
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>[[Dummes Google -_-]]</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--
//<![CDATA[
var lastSek = -1;
var delta = Date.parse(new Date(1221515536*1000)) - Date.parse(new Date());
//]]>
-->
</script>
<script type="text/javascript" src="js.js"></script>
</head>
<body onload="start()">
<div id="top"></div>
<div id="topnav"><ul>
<li><a href="../index.php">Startseite</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="register.php">Registrieren</a></li>
<li><a href="../impressum.php">Impressum</a></li>
<li><a href="../forum/index.php">Forum</a></li>
</ul>
</div>
<div id="left">
<map name="menue">
<area alt="" shape="rect" coords="15,0,95,80" href="#" onmouseover="document.getElementById('left').style.backgroundImage = 'url(img/main_1.png)'" onmouseout="document.getElementById('left').style.backgroundImage = 'url(img/main.png)'" />
<area alt="" shape="rect" coords="15,90,95,170" href="#" onmouseover="document.getElementById('left').style.backgroundImage = 'url(img/main_2.png)'" onmouseout="document.getElementById('left').style.backgroundImage = 'url(img/main.png)'" />
<area alt="" shape="rect" coords="15,180,95,260" href="#" onmouseover="document.getElementById('left').style.backgroundImage = 'url(img/main_3.png)'" onmouseout="document.getElementById('left').style.backgroundImage = 'url(img/main.png)'" />
<area alt="" shape="rect" coords="15,270,95,350" href="#" onmouseover="document.getElementById('left').style.backgroundImage = 'url(img/main_4.png)'" onmouseout="document.getElementById('left').style.backgroundImage = 'url(img/main.png)'" />
</map><img src="img/empty.png" width="100%" height="100%" alt="" usemap="#menue" />
</div>
[...]
<br class="clbo" />
<noscript>
<div class="noscript">Javascript sollte aktiviert sein!</div>
</noscript></div>
</body>
</html>
Danke im Voraus,
Asterixus
Zuletzt bearbeitet: