11.07.2004, 20:41
Zitat:Original von DrJekyll
würde mich intereyssieren wie du diesen onmouse over mit den links gemacht hast... ist das css?
Zugucken und lernen chlaf:
Das hier kommt in die CSS-Datei, in meinem Fall hat diese jetzt den Namen TEST.css ...
Zitat:A:link{text-decoration:none; color:#A03D3D; cursor:hand; font-family:Georgia; font-size: 9px; font-weight: bold;}
A:visited{text-decoration:none; color:#A03D3D; cursor:hand; font-family:Georgia; font-size: 9px; font-weight: bold;}
A:active{text-decoration:none; color:#A03D3D; cursor:hand; font-family:Georgia; font-size: 9px; font-weight: bold;}
A:hover{ text-decoration:none; color:#A03D3D; cursor:hand; font-family:Georgia; font-size: 9px;font-weight: bold;letter-spacing:0pt;background-image:url('img/hg-omo3.gif');}
Das .gif musst du dann durch deins ersetzen...
Zitat:<link rel="stylesheet" type="text/css" href="TEST.css">
Und das kommt in die .html Seite wo du denn Effekt haben möchtest.