Krümelmonster
Neues Mitglied
Kann mir jemand n mouseonoverscript schreiben bei dem man nur noch die linkbilder reinschreiben muss und an [email protected] schicken???
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
function over(imgname,imgsrc) {document[imgname].src=imgsrc;}
<img name="bild1" onMouseOver="bildwechsel('bild1',bild1.gif')" onMouseOut="('bild1',bild2.gif')">
<style type="text/css">
.bild a:link {background-image:url(1.gif)}
.bild a.visited {background-image:url(1.gif)}
.bild a:acitve {background-image:url(1.gif)}
.bild a:hover {background-image:url(2.gif)}
html>body .bild a {width:147px;display:block}
</style>
<div class="bild">
[url="#"]Hallo[/url]
[url="#"]Hallo[/url]
[url="#"]Hallo[/url]
</div>