habe die Navi {NAV_LIST_UL} bei mir eingebaut und auch die CSS Datei nach dieser Anleitung eingefügt.
http://www.phpwcms.de/forum/viewtopic.php?p=83839#83839
Nun möchte ich die Breite der Navi ändern. In der CSS Vorlage steht die Breite auf 200 px.
Nun will ich sie aber auf z.B.150px setzen. Habe ich auch gemacht aber ich es wird immer die Breite von 200px ausgegeben.
Code: Select all
.nlu_navi1 {
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
/* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
font: normal normal 11px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 150px; /* ++ Width of Menu Items // Breite der Navigation*/
float:left;
}
.nlu_navi1 em { font-style: normal; }
.nlu_navi1 ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
width: 150px; /* ++ Width of Menu Items // Breite der Navigation */
}
Was mache ich falsch?
Für einen Tipp wäre ich dankbar.
Gruß
Andy