I am having an issue with <hr> in IE8 (normal view) This is my CSS styling for that:
#ViewName hr
{
background-color: #CCCCCC;
border: none;
font-size: 14pt;
}
I can see the horizontal lines in IE8 (compatibility mode) but not in normal mode. What is going on here?
Border has to be 1px minimum for hr to work in IE8.
This is not the issue in IE9.