Hallo,
ich verzweifel an einer zweispaltigen rahmenlosen Tabelle die trotz aller Vorgaben einen Rahmen zwischen die <td>s setzt und sich auch nicht direkt an den oberen Browserrand setzen läßt. Eine Ausrichtung an den oberen Browserrand bekomme ich nur wenn ich den Layer für das Logo weghaue.
Weiß jemand einen Rat?
Vero
So sieht das Teil aus:
<style type="text/css">
body {background-color:#31465D}
table.index {position:absolut; border-collapse:collapse; width:800; heigth:650; border:0; margin-left:50; margin-top:-30px;cellpadding:0; cellspacing:0}
td.pic {border-collapse:collapse; border:0; height:532; cellpadding:0; cellspacing:0}
td.rom {border:0; position: absolut; width:401; height:100; background-color:#FFFFFF; cellpadding:0; cellspacing:0}
div.rom {padding-top:70; padding-left:10; font:normal; font-size:medium; color:#31465D; line-height:2; font-family:futura lt bt, arial}
td.nav {position: absolut;border-collapse:collapse; width:296; height:200; background-color:#31465D; padding-left:30}
table.link {width:190; heigth:190; padding-top:40; padding-left:30; font-weight:bolder; color:#FFFFFF; font-size:medium; font-family:futura lt bt, arial}
</style>
</head>
<body>
<div id="Layer1" style="position:absolute; left:63px; top:35px; width:770px; height:84px; z-index:1">
<p> </p>
<p align="center"> <b><i><font face="Times New Roman, Times, serif" size="6">Platz
für ein Logo</font></i></b> </p>
</div>
<table class="index">
<tr>
<td rowspan="2" class="pic"><img src="pics/home.jpg" width="400" height="532" alt="" border="0"></td>
<td class="rom"><div class="rom">text text text text text <br>
text text text text text <br>
text text text text text <br>
text text text text text <br></div></td>
</tr>
<tr>
<td class="nav"> </td>
</tr>
</table>