Christoph: Onmouseover Onmouseout ist ein link und style ist mit css?

Beitrag lesen

Hallo,

warum sieht die Rechtschreibkontrolle so etwas nicht?

wuerfel.bgColor = "+00807f;"
                     "#00807f";

Gruß, Jürgen

»»

Zunächst mal euch beiden ein großen Dank!!! ;) ging ja fix!!!

Ich hab das ganze jetzt wie folgt gelöst, da fehlt dann ja nur noch das es middle ist und center...

Wäre super wenn ihr dazu noch kurz eure Meinung schreibt ob das so okay ist!? also gehn würde es...

ja das mit den funktionen lass ich mal lieber, hab mich da so sehr aufregen müssen und keinen plan gehabt... ;)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  
       "http://www.w3.org/TR/html4/strict.dtd">  
<html>  
<head>  
<title>Horizontale Navigationsleiste zentriert</title>  
<style type="text/css">  
div#home { position:fixed;  
        font-family:Lucida sans unicode;  
        font-style:normal;  
        color:FFFFFF;  
        top:215px;  
        left:305px;  
        width:95px;  
        height:95px;  
        border:0px;  
        background-color:409010;  
        }  
  
div#home a { text-decoration: none;  
                font-family:Lucida sans unicode;  
                font-style:normal;  
                font-size:70%;  
                color:FFFFFF;  
                position:fixed;  
                top:215px; left:305px;  
                width:95px;  
                height:95px;  
                border:0px;  
                background-color:409010;  
                }  
  
div#home a:hover { text-decoration: none;  
                font-family:Lucida sans unicode;  
                font-style:normal;  
                font-size:100%;  
                color:FFFFFF;  
                position:fixed;  
                top:215px; left:305px;  
                width:95px;  
                height:95px;  
                border:0px;  
                background-color:FF0030;  
                }  
  
</style>  
</head>  
<body>  
  
  <div id="home"><a href="home.php">HOME</a></div>  
  
</body>  
</html>

MfG Christoph