I have a problem with border in IE7. For some reason the border shows only from the left and the right side:
IE7, renders incorectly:
FF, renders correctly:
Using this CSS:
.tags a {
background:#fff;
border:1px solid #D8DFEA;
padding:5px;
margin-left:5px;
color:#3B5998;
font-size:14px;
}
What am I doing wrong?