
Problem with Border property and PIE
Hello everybody! First sorry for english, I live in Brazil. I'm having problems with PIE to use the Border property. When I apply a border on the edge Div does not track the size of the Div. Look at the picture as is on the bottom edge of the Div. If anyone can help me Thanks.
My code :
Code:
.div1
{ width:300px;
height:150px;
border: solid 5px #000000;
background-color: #FFC;
border-radius: 10px 10px 0px 0px;
behavior: url(PIE.htc);
}
Attachment:
imagem.JPG [9.94 KiB]
Not downloaded yet