Link nicht unterstreichen:
<style type="text/css">
<!--
A:LINK
{Font-Size: 95%; Color: #0000BF; font-family :
VERDANA,ARIAL,HELVETICA; Text-Decoration: none;
}
</style>
Hintergrundfarbe und Textfarbe ändern:
<style type="text/css">
<!--
A:LINK
{Font-Size: 95%; Color: #0000BF; font-family :
VERDANA,ARIAL,HELVETICA; Text-Decoration: none;
}
A:VISITED
{Font-Size: 95%; Color: #0000BF; font-family: VERDANA,ARIAL,HELVETICA; Text-Decoration: none; }
A:HOVER
{
Font-Size: 95%; Color: black; font-family: VERDANA,ARIAL,HELVETICA; Background-Color:beige; Text-Decoration: none;
-->
</style>
Link bei Mouseover unterstreichen:
<style type="text/css">
<!--
A:LINK
{Font-Size: 95%; Color: #0000BF; font-family :
VERDANA,ARIAL,HELVETICA; Text-Decoration: none;
}
A:VISITED
{Font-Size: 95%; Color: #0000BF; font-family: VERDANA,ARIAL,HELVETICA; Text-Decoration: none; }
A:HOVER
{
Font-Size: 95%; Color: black; font-family: VERDANA,ARIAL,HELVETICA; Text-Decoration: underline;
--> </style>