When I try to apply the following CSS, the width does not get applied in IE Compatibility modes:
.multipleShipmentsGrid
{
border-color:#949EAA;
border-style:solid;
border-width:1px;
width:80%!important;
border-collapse:collapse;
}
However, it works fine if I apply the width of 80% on the VB.NET code side.