Garrot: Darstellung Trennlinie

Beitrag lesen

Zeig mal bitte deinen Quellcode.

Nachfolgend der Quellcode.
Wenn ich die table-Angabe weglasse, funktioniert es auch im IE -
aber das möchte ich nur ungern.
Gruß
Garrot

  
<html>  
<head>  
<title>Test</title>  
<style type="text/css">  
#Inhaltsverzeichnis {  
  position:absolute;  
  left:0;  
  top:0;  
  overflow:auto;  
  height:100%;}  
#navi  {width:18em;}  
#Inhalt {margin-left:19em;}  
</style>  
</head>  
<body>  
<div id="Inhaltsverzeichnis">  
<br><br>  
<h3>Auswahl</h3>  
bla bla  
<br>  
<hr width="150"></hr>  
<br>  
bla bla  
<table border="0" width="100%">  
  <tr>  
    <td>aaaa</td>  
  </tr>  
</table>  
</div>  
<div id="Inhalt">  
<h3 style="text-align:center">...</h3>  
<h3 style="text-align:center">blablabla</h3>  
</div>  
</body>  
</html>