non mi legge le mappe di un'immagine......
con firefox tutto va a meraviglia, con exploder invece no, le vede come immagini normali......
il codice è questo:
codice:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body leftmargin="0" topmargin="0" vlink="black" alink="black" link="black" background="images/sfondo.jpg">[img]images/pulsanti/destranonlog.png[/img]
<map name="login" id="log">
<area shape="rect" coords="0,0,100,50" href="login.php" target="main">
<area shape="rect" coords="0,50,100,100" href="registrazione.php" target="main"></map>
[img]images/pulsanti/ricerca.jpg[/img]
</body>
</html>
cosa c'è che non va?