|
Re: Rollover Links
Hi Sunny,
klar funktioniert das auch andersherum. Das sind Stylesheets und Du kannst sie ohne weiteres definieren wie Du lustig bist (obschon ich die hier angewendete Variante bevorzuge, weil unterstrichene Links benutzerfreundlicher sind).
Jedennfalls, umgekehrt sieht das zum Beispiel so aus so aus:
<style type="text/css">
<!--
{ line-height : 150%; text-align : justify ; color : #000000; font-weight : bold; font-size : 110% ;}
a:link { color: #E4E4E4; text-decoration: none}
a:visited { color : #EFEFEF; text-decoration: none}
a:hover {color:#990066;text-decoration: underline}
a:active {color: #990066; text-decoration: none}
//
-->
</style>
Im Dreamweaver gehst Du über Text/CSS-Stile zu Stylesheet anfügen o.ä., Du wirst schon sehen...
Viel Spaß :) , Gruß, Charlie
[Edited by Charlie on 15.05.01 at 09:32 GMT]
|