Unterstrichen nur wenn maus darüber
Verfasst: 08.06.2003 13:42
wie bzw wo kann ich es wie editeren, dass wenn man mit der maus auf einen hyperlink kommt eine unterlinie kommt. jetzt ist sie andauern dort.
thx+mfg
thx+mfg
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
a:link {
text-decoration:none;
}
a:hover {
text-decoration:underline
}