ich möchte auf meiner Homepage die Menüpunkte vertikal und horizontal zentrieren. aber ich schaff des nicht
Mein CSS Code
PHP Code:
ul#list-nav {
margin: 0;
padding: 0;
}
ul#list-nav li{
float: left;
position: relative;
list-style-type: none;
font-weight: bold;
font-size: 15px;
text-align: center;
vertical-align: middle;
}
ul#list-nav li.home{
width: 125px;
}
ul#list-nav li.doellinger {
width: 125px;
}
ul#list-nav li.karte {
width: 125px;
}
ul#list-nav li.termine {
width: 125px;
}
ul#list-nav li.fotos {
width: 125px;
}
ul#list-nav li.gaestebuch {
width: 125px;
}
ul#list-nav li.anfahrt {
width: 125px;
}
ul#list-nav li.impressum {
width: 125px;
}






