mit style links machen

Status
Nicht offen für weitere Antworten.

prax

Gesperrt
Ich habe das in meiner Seite und es hat einen ganz guten mouseover effekt aber wenn man auf einen link klickt dann ist es nicht mehr mouseoverfähig weils einfach so bleibt. Hoffentlich kann mir wer helfen. Danke im vorhinein.

Code:
<style type="text/css">
<!--
a:active
{
font-family: arial black;
background-color: #000000;
font-size:12 pt;
color:#FFFFFF;
border-style: inset;
padding: 0 Pixel;
}
<!--
a:hover
{
font-family: arial black;
background-color: #000000;
font-size:12 pt;
color:#FFFFFF;
border-style: inset;
padding: 0 Pixel;
}
<!--
a:link
{
font-family: arial black;
background-color: #000000;
font-size:12 pt;
color:#FFFFFF;
border-style: outset;
padding: 0 Pixel;
}
<!--
a:visited
{
font-family: arial black;
background-color: #000000;
font-size:12 pt;
color:#FFFFFF;
border-style: outset;
padding: 0 Pixel;
}
-->




</style>
 
Hi,

die Reihenfolge ist entscheidend. Dazu gibt es jedoch im Forum schon einige
Beiträge!
Code:
a:link{}
a:visited{}
a:active{}
a:hover{}
Ciao
Quaese
 
Ich danke dir , ich dachte es ist irgendwas schlimmes aber da ich da nicht selber draufkommen bin :rolleyes:
 
Status
Nicht offen für weitere Antworten.
Zurück