sebastian: Tabellenzelle übernimmt Tabellenreihe (IE7)

Beitrag lesen

Habe nicht verstanden. Brauche Code. Und gutes Deutsch. S-P-O mal gelernt.

Haha, wie lustig

Hier der entscheidende Code:

  
<form action="/" method="post" id="login">  
  <table cellspacing="0" cellpadding="0">  
    <tr id="login-bottom">  
      <td class="space_l"><a href="/" title="Registrieren">Registrieren</a></td>  
      <td class="space_r"><a href="/" title="Passwort vergessen">Passwort vergessen</a></td>  
    </tr>  
  </table>  
</form>  

  
#login{  
  float: right;  
  margin: 2em;  
}  
  
#login > table{  
  width: 300px;  
  background: url(images/verlauf.png) repeat-x top left;  
}  
  
#login .space_l{  
  padding-left: 1.5em;  
}  
  
#login .space_r{  
  text-align: right;  
  padding-right: 1.5em;  
}  
  
#login-bottom{  
  height: 30px;  
  background: url(images/login-bottom.png) no-repeat top left;  
  vertical-align: bottom;  
  color: #fff;  
}  
  
#login-bottom td{  
  inherit: none;  
}  
  
#login-bottom a, #login-bottom a:active, #login-bottom a:visited, #login-bottom a:hover{  
  color: #fff;  
  text-decoration: none;  
  font-size: smaller;  
  font-style: italic;  
}  

Gruß Sebastian