The column headers display properly in IE8 but are flipped textually and the boxes are much bigger in IE11.
From the .css file I have:
.field_Vertical_Header
{
text-align: center;
background-color: #FEFDFB;
vertical-align: text-top;
font-weight: bold;
font-size: 18px;
margin: 0px; /*10*/
border: 1px solid #CDE1F1;
min-width: 45px;
height: 190px;
color: #022D4F;
}
Any suggestions would be appreciated.