funkymatti: probleme mit horizontaler Navigation

Beitrag lesen

Hallo,

Ich habe ein Problem mit meiner Navigation. Die Bereiche sollen horizontal angeordnet in der Mitte erscheinen. Hier mein CSS:

#mainlevel-nav li {
 line-height:25px;
 height:26px;
 width:71px;
 text-align:center;
 float:left;
 background-image:none;
 list-style:none;
 margin-left:auto;
 margin-right:auto;
 padding:0px;
}