Jo,machema die Frage kurz! Ich suche das script,um bei nem mouseover gleichzeitig über und unterstreichen zu können! Das würde ich dann noch gerne in das folgende script einbauen! :
<html>
<style type="text/css">
a.hov:hover { text-decoration:underline }
a { text-decoration:none }
</style>
<body>
<a href="#1">Link 1</a><br>
<a href="#2" class="hov">Link 2</a>
</body>
</html>
Ist das machbar? Wenn ja,wie?
Danke schon mal!
Grüße und nen schöenen Abend noch!
-=|crazycons|=-