Hallo helfende Hand ;)
ich bin grad ein wenig am verzweifeln ich bau ein design was im Firefox recht ordentlich funktioniert doch leider im IE einen fehler aufweisst der naja ziemlich störend ist hab mal screens gemacht um euch zu zeigen was ich meine. Es entsteht eine rote linie bzw schwarze linie die nicht dort hingehört und ich kann mir halt nicht erklären woher sie kommt.
vllt ist ja jemand so lieb und schaut mal über den code.

<html>
<head>
</head>
<style type="text/css">
body { }
#tab1 { position:absolute; top:10px; left:10%; z-index:1; border-style:none #000000 0px;}
#tab2 { position:absolute; top:10px; left:10%; z-index:2; border-style:none #000000 0px;}
</style>
<body>
<div id="tab1">
<table width="780" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" background="images/briz/briz2_bgleft.jpg">
</td>
<td background="images/briz/briz2_bgleft.jpg">
</td>
</tr>
<tr>
<td background="images/briz/briz2_bgleft.jpg" width="150"height="204">
</td>
<td background="images/briz/briz2_bgleft.jpg" width="581"height="204">
</td>
<td background="images/briz/briz2_bgright.jpg" width="49"height="204">
</td>
</tr>
<tr>
<td background="images/briz/briz2_bgleft.jpg" width="150"height="204">
</td>
<td background="images/briz/briz2_bgmitte.jpg">
</td >
<td background="images/briz/briz2_bgright.jpg" width="49" height="5">
</td>
</tr>
</table>
<table width="780" cellpadding="0" cellspacing="0">
<tr>
<td>
</td>
<td background="images/briz/briz2_11.jpg" width="780"height="70">
</td>
<td>
</td>
</tr>
</table>
</div>
<div id="tab2">
<table width="780" cellpadding="0" cellspacing="0">
<tr>
<td background="images/briz/briz2_01.jpg" colspan="2" width="731" height="117">
</td>
<td background="images/briz/briz2_02.jpg"width="49" height="117">
</td>
</tr>
<tr>
<td background="images/briz/briz2_03.jpg" rowspan="2" width="150" height="204">
</td>
<td background="images/briz/briz2_04.jpg" width="581"height="204">
</td>
<td background="images/briz/briz2_05.jpg" rowspan="2" width="49" height="204">
</td>
</tr>
<tr>
<td background="images/briz/briz2_bgleft.jpg">
</td>
</tr>
</table>
</div>
</body>