Hey ich bin dabei einen Wartungsmodus zu machen und dort buggt etwas gewaltig
Das Blaue dort ist komischerweise hinter dem Bild obwohl das Blaue in einer anderen Box ist als das Bild und eine andere Position hat, warum?
Spoiler anzeigen
head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content"PSPad editor, https://retrotown.ws/www.pspad.com">
<link rel = "stylesheet" type= "text/css!" href= "style.css">
<title></title>
</head>
<body>
<div id="box1";
</div>
<div id="box2";
</div>
</body>
</html>
Spoiler anzeigen
#box1{
width : 1680px;
height: 200px;
background-image:url(header.png);
margin-top : 300px;
margin-left: -8px;
}
#box2{
width : 950px;
height: 490px;
background-image:url(hintergrund.png);
margin-top : 300px;
margin-left : 400px;