I don't know how people test if their site is compatible with old browsers. I have a top menu with width:100%
that works correctly in firefox but fails in IE9.
Here is the css:
.topslidemenu {
font-size: 11px;
font-weight: bold;
height: 27px;
line-height: 9px;
width: 100%; //950px
}
when it runs on IE9, the menu width is shortened.