a:hover::before {
cue-before:url("sponsor.wav");
}
muss ich wenn ich das machen will etwa so einbauen???
also mein code sieht so aus
<style type="text/css">
a:link { font-weight:bold; color:#0D2DA5; text-decoration:none }
a:visited { font-weight:bold; color:#0D2DA5; text-decoration:none }
a:hover { font-weight:bold; color:#29DF2D; text-decoration:none }
a:active { font-weight:bold; color:#29DF2D; text-decoration:underline }
a:focus { font-weight:bold; color:#29DF2D; text-decoration:underline }
</style>
wo muss ich was einsetzen
danke marco