Anton: Text vertikal in DIV-Container zentrieren

Beitrag lesen

Ich hab jetzt einfach "line-height" auf die selbe Höhe wie den Container gesetezt. Und schon klappt es.

  
<address id="footer">Adresse</address>  

  
#footer {  
  background: #999999 url(../images/footer.jpg) top left no-repeat;  
  clear: both;  
  height: 60px;  
  line-height: 60px;  
  color: #3094e1;  
}