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>