Ja. 'text-align-last' für IE und Workaround für alle anderen, unfähigen Browser. Siehe Thread horizontale Liste (Menü) als Blocksatz.
Ich habe es so probiert:
.Wrapper ul{
margin:0;
padding:0;
width:700px;
display:block;
text-align-last:justify;
text-align:justify;
}
.Wrapper li{
list-style-type:none;
display:inline-block;
border:thick;
}
.Wrapper ul::after
{
content: "\A0";
display: inline-block;
height: 0;
width: 100%;
}
Zumindest im Firefox kleben alle Bilder aneinander, von Blocksatz keine Spur. Also so klappt es bei mir leider nicht. :-( Was habe ich übersehen?