Here is the deal, I have following div with dashed borders:
.dashed-header {
/*background-color: transparent;*/
height: 87px;
margin-top: 5px;
border-top: 1px dashed #613e27;
border-bottom: 1px dashed #613e27;
}
for some reason border is white instead of #613e27
and I have no idea why it is so?
Here is my webpage You can see this border in dark brown header line.
Try using:
I have IE8 and it work fine, I put it inside another div to see if the color disappear or not, but the color still exist
try to change to solid border and see does they appear whit too in your EI8?