Hi,
ergänzend zu Jürgen - das:
* html .menu {
display: inline-block;
width: 1px;
padding: 0 0 0 0;
}
*:first-child+html .menu {
display: inline-block;
width: 100%;
padding: 0 0 0 0;
}
ist auch unsinnig, da der IE diese Eigenschaft nur auf inline-Elemente anwendet.
freundliche Grüße
Ingo