Yow, diesmal gibts Code statts nen 127.0.0.1 Link. *insider

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<!-- Restliche Meta Informationen rausgeschmissen -->
<title>Titel</title>
<style type="text/css">
<!--
body {
 background-color:#FFFFFF;
 font-family:"Times", Times, serif;
 font-size:12px;
 font-weight:normal;
 color:#000000;
 margin:0px;
 padding:0px; }
.login {
 font-family:Courier New;
 font-size:11px;
 margin:0px 5px;
 text-align:right; }
.main {
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 width:760px;
 margin:0px auto; }
.menue {
 border:1px solid #330066;
 float:right;
 width:128px;
 margin:5px; }
-->

</style>
</head>
<body>

<div class="main">
 <div class="menue">
  <p style="margin:5px; text-align:center;">Bla</p>
  Bla<br />  <a href="index.php">Bla</a><br />
  <a href="index.php">Bla</a><br />

  <a href="index.php">Bla</a>
  <p style="margin:5px; text-align:center;">Bla</p>
  <form action="index.php" method="post">
   <input name="nickname" size="16" maxlength="32" value="" class="login" />
   <input name="password" type="password" size="16" maxlength="32" class="login" />
   <input type="submit" value="Anmelden" class="login" />
  </form> </div>

<div style="margin:0px auto; width:728px;">
 <div style="border:1px solid #000000; font-size:24px; font-weight:700; ">Hello World!</div>
 <div style="border:1px solid #FFFF33; ">
  <div style="border:1px solid #33CCFF; font-size:11px; float:right; text-align:right;">Bla</div>
  BLA BLA BLA! >:|
 </div>
 <div style="border:1px solid #00FF00; text-align:center;">Bla|Bla|Bla</div>
</div>
</div>

</body>
</html>
Das ganze mal im FF/O ansehen, danach im IE.

Was kapiert denn der IE diesmal nicht an style="float:right;"?
Oder liegt das Problem nur an nem fehlendem style="" Eintrag?

Was mich wundert, ein style="float:right" funktioniert:
Code:
<div style="border:1px solid #33CCFF; font-size:11px; float:right; text-align:right;">Bla</div>
Naja, schauts Euch einfach mal an, erklären wäre recht umständlich.

Dennis