Einzelnen Beitrag anzeigen
  #7 (permalink)  
Alt 30.12.2005, 10:11
Sentinel Sentinel ist offline
Erfahrener Benutzer
XHTMLforum-Mitglied
 
Registriert seit: 16.08.2005
Beiträge: 122
Sentinel befindet sich auf einem aufstrebenden Ast
Standard

dein case nützt so nichts....

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>margin-top?</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
body {margin:0px auto;padding:0;height:100%;background:black;text-align:center;color:#ccc;}
#stamm {margin:0 auto;text-align:left;width:800px;background:blue;}
#copy {margin:0 10px 0 10px;width:760px;height:50px;}
#header {margin:0 10px 0 10px;width:760px;}
#narvi {margin:0 10px 0 10px;width:760px;}
#maincontent {margin:0 10px 0 10px;width:760px;}
</style></head>
<body>
<div id="stamm">
<div id="copy">copyright oben</div>
<div id="header">margin was auch immer und höhe</div>
<div id="narvi">narvigation</div>
<div id="maincontent">inhalt der seite</div>

</div>

</body>

</html>
ist ein vorschlag zur güte, den weiter ausbauen ist nur die basis.
__________________
Wie ich am schnellsten Hilfe bekomme...

1. Beschreibung des Problems
2. HTML Case mit eurem Code
3. CSS Case mit eurem Code
4. evtl. einen Screenshot oder einen Demo Link

Bsp: http://www.xhtmlforum.de/viewtopic.php?t=6613
Mit Zitat antworten