Hallo, folgendes: Ich wollte ein Nav-Menü Tabellenlos gestalten und habe das folgendermaßen versucht:
Was allerdings nicht passiert ist: Das MouseOver Bild wird nicht angezeigt.
Kann mir da jeder weiterhelfen?
Danke
ATLaptop
HTML:
head:
<style type="text/css">
body { background-image: url(images/home/back.gif);
background-repeat: repeat;
background-color: white }
div { position : absolute }
#bild1 { top: 20px; left: 12px}
#bild2 { top: 150px; left: 0px}
#bild3 { top: 170px; left: 0px}
#bild4 { top: 190px; left: 0px}
#bild5 { top: 210px; left: 0px}
</style>
body:
<div id="bild1">
<a href="seite1.html" target="mainFrame"><img src="http://www.tutorials.de/forum/images/home/buttons/bild1.gif" onMouseOver="src=images/home/buttons/bild1_t.gif" onMouseOut="src=images/home/buttons/bild1.gif" border="0" alt="Basteln" width="140" height="20"></a>
</div>
Was allerdings nicht passiert ist: Das MouseOver Bild wird nicht angezeigt.
Kann mir da jeder weiterhelfen?
Danke
ATLaptop