Hallo,
ich habe hier erstmal den quelltext:
HTML
<html>
<head>
<title>Test</title>
<script type="text/javascript">
image1 = new Image;
image1.src = "normal.png";
image2 = new Image;
image2.src = "over.png";
</script>
</head>
<body>
<a href="link.php" onMouseOver="button01.src=image2.src" onMouseOut="button01.src=image1.src">
[img]normal.png[/img]</a>
<a href="uebermich.php" onMouseOver="button02.src=image2.src" onMouseOut="button02.src=image1.src">
[img]normal.png[/img]</a>
</body>
</html>
Alles anzeigen
und nun habe ich ein Problem: Alles funktioniert, außer, dass die Bilder einen Abstand voneinander haben. (ca. 1-2 Leerzeichen). Wie bekomme ich den Abstand weg??
MFG
Felix