eigener cursor???

  • Auf meiner Website habe ich das gleiche gemacht. Ich habe einfach das geschrieben:

    <style type="text/css">
    <!--
    body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    }
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #9A0002;
    }
    a{text-decoration:none;}
    a:hover{font-weight:bolder;color:#0000FF;cursor:url(CURSORURL.cur);}
    a:visited{text-decoration:none;color:#000099}
    a:active{text-decoration:none;color:#0000FF}
    #informacion {
    position:relative;
    width:143px;
    height:700px;
    z-index:1;
    left: 140px;
    top: -850px;
    overflow: hidden;
    visibility: hidden;
    }
    .Estilo25 {font-size: 9px}
    .Estilo1 {
    color: #FFFF33;
    font-size: 16px;
    }
    -->
    </style>
    <script language="JavaScript" type="text/JavaScript">
    <!--

    die Farben die da euch drinne sind, sind für den Hintergrund deiner HP, die kannst du beliebig einstellen

    MfG Gast