HoBrutznik: unterschiedliche Darstellung in NN und IE

Beitrag lesen

Morgen!
kann mir jemand erklären wie ich der folgenden Menüleiste beibringe,
im Netzscape/Firefox genauso hoch zu sein wie im IE?
Die erstgenannten Browser machen die Leiste höher. Ich hab schon alles probiert - jemand mit idee?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<style type="text/css">

a {
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
background-color:#f56a03;
height:23px;
border:0px none;
}

a.link {
display:inline;
padding:6px 8px 0px 8px;
border:0px none;
float:left;
height:23px;
text-align:center;
}

a.link:hover {
color:#c84900;
background-color:#fbc39a;
border:0px none;
padding:6px 8px 0px 8px;
display:inline;
height:23px;
}
</style>

</head>
<body>

<div style="display:inline; background-color:#f56a03; width:800px; float:left; border:0px none;">

<div style="margin-left:5px;">
     <a class="link" style="height:27px;" href="#">Hyperlink ein langer </a>
     <div style="float:left;"><img style="border:0px none;" src="pics/system/nav_spacer2.gif"/></div>

</div>
 <div style="">
     <a class="link" style="height:27px;" href="#">Hyperlink </a>
     <div style="float:left;"><img style="border:0px none; " src="pics/system/nav_spacer2.gif"/></div>
  </div>
 <div style="">
  <a class="link" style="height:27px;" href="#">Hyperlink noch laenger</a>
  <div style="float:left;"><img style="border:0px none;" src="pics/system/nav_spacer2.gif"/></div>
 </div>
 <div style="">
  <a class="link" style="height:27px;" href="#">Hyperlink bla</a>
      <div style="float:left;"><img style="border:0px none;" src="pics/system/nav_spacer2.gif"/></div>
 </div>
 <div style="">
  <a class="link" style="height:27px;" href="#">Hyperlink blubb</a>
     <div style="float:left;"><img style="border:0px none;" src="pics/system/nav_spacer2.gif"/></div>
 </div>
 <div style="">
  <a class="link" style="height:27px;" href="#">Hyperlink 6</a>
  <div style="float:left;"><img style="border:0px none;" src="pics/system/nav_spacer2.gif"/></div>
 </div>
</div>

</body>
</html>