#menue > li {
display: inline-block;
height: 100px;
line-height: 100px;
text-align: center;
width: 180px;
}
Das display: inline-block hat einige Probleme gelöst, genau wie Matthias' Hinweis darauf, dass ein Syntaxfehler vorliegt. Jetzt habe ich das große Menü so, wie ich es haben will.
Das kleine allerdings noch nicht. Ich habe #menue2 von der Positionierung nun sohttp://www.riekmund.com/projectweddingdress.html verändert, das geht auch schon exakt in die richtige Richtung:
#menue2 {
position: absolute;
bottom: 80px;
right: 600px;
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Lucida Sans Typewriter, Courier New;
font-size:13px;
font-color: #4b4949;
}
Allerdings soll es ja noch weiter links sein, aber sobald ich bei right: 700px eingebe, verschiebt sich das ganze:
http://www.directupload.net/file/d/3892/enije6wr_png.htm
Liegt das an der Width des #menue ?