Hi all,
I have an issues concerning CSS3 and producing a radius cornor.
The bottom right and left cornor are ok but the top right and left cornors seem as if the background fill is over lapping the border. The CSS I am using to produce the radius cornor is:
Can anyone see where I am going wrong.Code:.BoxDelete { width: 100%; margin-right: auto; margin-left: auto; -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px; height: 75px; background-color: #FFFFFF; border: 2px solid #FF0000; }
Many thanks
Dereck


Reply With Quote
Bookmarks