sicherlich ist das problem ganz einfach zu lösen und ich habe nur einen dummen fehler gemacht, aber ich komme einfach nicht darauf...
Code
...
<body>
<table width="84%" border="0" align="left" cellspacing="0" cellpadding="0">
<tr>
<td id="header"> </td>
</tr>
</table>
<table width="84%" border="0" align="left" cellspacing="0" cellpadding="0">
<tr>
<td id="navi">
<a class="navi" href="" target="_self">Blog</a>
<a class="navi" href="" target="_self"> Archiv</a>
<a class="navi" href="" target="_self"> Bio</a>
<a class="navi" href="" target="_self"> Contact</a>
</td>
</tr>
</table>
</body>
...
Alles anzeigen
Code
/* body */
body {margin:0px; padding:0px; background:#111111;}
body,table,td {font-size:12px; font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif; color:#E5E5E5;}
h2 {font-size:15px; font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif; color:#E5E5E5; display:inline;}
/* header */
#header {width:auto; height:220px; background:#181818; margin-bottom:50px;}
/* navi */
#navi {width:auto; height:25px; background:#181818;}
a.navi:link {font-size:15px; font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif; color:#E5E5E5; text-decoration:none;}
a.navi:visited {font-size:15px; font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif; color:#E5E5E5; text-decoration:none;}
a.navi:active {font-size:15px; font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif; color:#E5E5E5; text-decoration:none;}
a.navi:hover {font-size:15px; font-family:trebuchet ms, arial, helvetica,verdana, georgia, "times new roman", sans-serif; color:#E5E5E5; text-decoration:underline;}
Alles anzeigen
so, wie ist jetzt ist, wird "margin-bottom" in #header einfach nicht beachtet. ziel ist es, einen abstand von 50px zwischen beide tabellen zu bekommen. hat das evtl. etwas mit dem "reset-reloaded" zu tun?
gruß