Using the following code:
element{
width:300px;
border:9px solid;
border-color:rgb(0,0,0);
border-color:rgba(0,0,0, 0.7);
}
I end up with corners that are darker due to the overlay of the two borders... the only way I have found around this is to add a border-radius equal to the width of the border. Are there any other work arounds?
I have only tested in chrome at the moment, I don't have my other browsers available right now.