divs lige store
Jeg har dette html:<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body style="text-align:center;">
<div style="margin 0 auto; width:760px;">
<div style="margin-top:30px; border:1px solid #000000; background-color:#FFFFFF; height:20px;" id="menu"></div>
<div style="margin-top:10px; border:1px solid #000000; background-color:#FFFFFF; text-align:left;">
<div style="width:600px; float:left;" id="content"></div>
<div style="width:100px; float:left; margin-top:10px;" id="rightContent"></div>
<div style="clear:both"></div>
</div>
</div>
</body>
</html>
Det ser også fint ud, men min rightContent følger ikke min min content ned af, jeg ved godt at jeg ikke har defineret nogen height på nogen af dem. og min-height virker ikke i IE jo. Så hvad er den måden at får rightContent til at følge content.
