Erst mal der bisherige Quellcode:
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="styles/view.css" />
<title>WORKBUS MASK</title>
</head>
<body>
<div style="width:977px">
<div style="position:relative; clear:both;">
<img src="images/banner.jpg" width="977" height="175" alt="banner" />
</div>
<div style="text-align:right; width:auto; line-height:40px; position:absolute; vertical-align:middle; color:#E66D10; clear:both;">
<span style="margin-right:20px; text-decoration:underline;">Startseite</span>
<span style="margin-right:20px;">Neuer Auftrag</span>
<span style="margin-right:20px;">Profil</span>
<span style="margin-right:20px;">Firmenadministratio</span>
<span style="margin-right:20px;">Abmelden</span>
<span>(Manfred Muster)</span>
</div>
<div style="width:auto; border:1px solid #000000; clear:both;">
<div style="width:732px; line-height:30px; position:absolute; vertical-align:middle; background-image:url(images/grey_row.png); background-repeat:no-repeat; margin-top:40px; float:left;">
<span style="text-decoration:underline; margin-left:15px; float:left;">Aktuelle Aufträge</span>
<span style="margin-right:15px; float:right;">Abgeschlossene Aufträge</span>
</div>
<div style="width:245px; float:right; margin-top:40px;">
<img src="images/froebus_logo.jpg" width="239" height="159" alt="froebus_logo" />
</div>
</div>
<div></div>
</div>
</body>
</html>
Alles anzeigen
So sieht das ganze nun im Browser aus:
http://easycaptures.com/0814491235
Was ich nicht verstehe ist folgendes:
Man sieht direkt unter dem Header-Bild eine schwarze Linie. Das ist wohl das "border:1px solid #000000;". Wieso aber wird dies direkt unter dem Bild angezeigt. Laut Code dürfte das div doch erst nach dem Menü (Startseite, Neuer Auftrag, etc) kommen. Und eigentlich schließt das div ja noch weitere div's ein. Dh eigentlich müsste doch ein schwarzes Viereck zu sehen sein, in dem die beiden unteren div's plaziert sind.
Ich hoffe, dass mir jmd weiter helfen kann.
Danke schon mal im voraus!