Maikel: CSS Background Image wird im IE nicht dargestellt - Warum

Beitrag lesen

Kann mir jemand helfen und sagenm warum das Background Image (Zeile 5/6)im IE nicht dargestellt wird (Mit Opera klappts)

<form method="POST" action=/servlet/Login name="Login">
  <input type="hidden" name="RedirectURL" value=/servlet/TopFitConfigurator>
  <input type="hidden" name="ApplicationId" value=4>
  <div align="center"><center>
    <p style="background:url(images/TopFit/login.jpg) no-repeat middle center;">
   <br><br><br><br><br><br><table border="0" width="40%" cellspacing="0">
  <tr>
    <td width="14%" align="right">Name</td>
    <td width="86%"><input type="text" name="UserName" size="20" value="anonymous"></td>
  </tr>
  <tr>
    <td width="14%" align="right">Password</td>
    <td width="86%"><input type="password" name="UserPasswd" size="20" value="anonymous"></td>
  </tr>
  <tr>
    <td width="14%" align="right">Language</td>
    <td width="86%"><select name="UserLanguage" size="1">
   <option selected value="0">English</option>
   <option  value="1">French</option>
   <option  value="2">German</option>
   <option  value="3">Italian</option>
   <option  value="4">Spanish</option>
    </select></td>
  </tr>
  <tr>
    <td width="14%"><input type="submit" value="Login" name="LogUser"></td>
    <td width="86%"></td>
  </tr>
   </table>
  <br><br><br><br><br><br><br>
  </center></div></p>
</form>

Danke im Voraus

Maikel