Følgende virker i IE. Tilsyneladende kan IE ikke finde ud af XHTML-doctypen. Jeg tror det er fordi doctype ikke er det allerførste i dokumentet.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>IE buggy?</title>
<style type="text/css">
#leftmenu {
width: 130px;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 2px;
float: left;
border-right: 1px solid #CCCCCC;
}
.boxheader {
width: 90px;
height: 15px;
float:left;
padding-left: 3px;
border-left:1px #7E8480 solid;
border-top:1px #7E8480 solid;
border-bottom:1px #7E8480 solid;
background-color: #80A0B9;
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-align: left;
}
.boxheaderend {
width:36px;
height: 15px;
float:left;
padding-top: 1px;
border-bottom:1px #7E8480 solid;
background: #FFFFFF url("
http://munchi.dk/misc/img/container/container_back.jpg") repeat-x bottom;
text-align: left;
}
</style>
</head>
<body>
<div id="leftmenu">
<div class="boxheader">Artikler</div>
<div class="boxheaderend"><img src="
http://munchi.dk/misc/img/container/container_start.jpg" style="width: 11px; height: 15px" alt="" /></div>
</div>
</body>
</html>