Hallo!
Ich habe zu dem <h1> tag folgendes bei mir auf der hp, die ähnlich dem Bsp http://de.selfhtml.org/css/layouts/anzeige/kopfundfuss.htm von Selfhtml aufgebaut ist:
/* Kopfzeile */
h1 {
height: 100px;
font-size: 18pt;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
text-align: center;
==> vertical-align: middle;
font-variant: small-caps;
background: #D2A74C url("../pictures/gfx/layout_yellow/headerbg.gif") repeat;
border-width: 1px;
border-style: solid;
border-color: #9F601C;
}
Ist das vertical align hier falsch angebracht, da es u.a. nicht angezeigt wird? Verwendet man es generell nicht, oder habe ich es falsch eingesetzt?
Andere Kritik nehme ich auch gerne entgegen... ;)
Mit freundlichen Grüßen,
Adrian