Phil: Probleme mit fester Weite im IE

Moin,

Folgendes Problem: Ich möchte, das mein Menü hier eine feste Weite hat,
sowohl im auf- als auch zugeklappten Zustand. Das klappt im Firefox auch
wunderbar, aber der IE muckt mal wieder.

Hier im FF:

http://img518.imageshack.us/img518/4803/ff1tp9.png
http://img267.imageshack.us/img267/740/ff2nk8.png

Und hier im IE:

http://img156.imageshack.us/img156/2769/ie1do7.png
http://img407.imageshack.us/img407/4801/ie2bb6.png

In der CSS Datei hab ich das so gemacht:

div {
background-color:#DFEFFF;
border:3px solid #FFFFFF;
margin:20px;
padding:20px;
}

#menu {
font-size:125%;
width:140px;
}

Jemand eine Idee? :-)

  1. Moin too

    IE6 interpretiert width eher wie minwidth ...
    Versuch mal + overflow: hidden

    Bernd