Eternius: <form> ignoriert CSS

Beitrag lesen

Hallo,

kann ich nicht nachvollziehen:

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  
<html>  
  <head>  
    <title>asdf</title>  
    <style type="text/css">  
      form  
      {  
        margin:0;  
        padding:0;  
        display:inline;  
        border:2px solid #f00;  
      }  
    </style>  
  </head>  
  <body>  
    <form action="/">  
      Hallo  
    </form>selber hallo  
  </body>  
</html>  

macht das wass es soll (IE && FF):

Hallo selber hallo (incl border)

gruss

--
no strict;
no warnings;
Ich weiss es nicht, aber ich bin mir nicht sicher.
Kluge Leute sind auch nur Menschen.