Mi sto esercitando un po' con l'html e Css sapete dirmi perche tra i due pulsanti appare un trattino?Ecco Qui!
Posto il codice
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
Sito tiscali
</title>
<style type="text/css">
.menu1 {
margin-top: 0px;
margin-left: 100px;
}
</style>
</head>
<body>
<span class="menu1">
<a href="http://www.tiscali.it" onmouseover="document.images[0].src='Tiscali2.png'"
onmouseout="document.images[0].src='Tiscali1.png'">
[img]Tiscali1.png[/img]
</a>
</span>
<span>
<a href="http://www.google.it" onmouseover="document.images[1].src='Tiscali2.png'"
onmouseout="document.images[1].src='Tiscali1.png'">
[img]Tiscali1.png[/img]
</a>
</span>
</body>
</html>

Rispondi quotando