Hi,
div#upper_cover {
position: fixed;
z-index: 100;
visibility: visible;
margin-top: 10px;
width: 700px;
height: 400px
border-style: solid;
border-width: thin;
border-color: #ff8200;
background-color: #000000;
}
Mit dem Syntax-Highlighting hier siehst du den Fehler selber, oder?
(Fehlendes Semikolon nach height:400px)
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?