border
CSS3 viền bằng hình ảnh (border-image)
Thuộc tính này sử dụng 1 hình (image) để làm viền ( border) cho 1 thẻ
Cú pháp:
#selector {
border-width: <top-width>px <right-width>px <bottom-width>px <left-width>px;
border-image: url(<image-url>) <top-width> <right-width> <bottom-width> <left-width>
Border bo tròn (border radius)
Ví dụ nếu chúng ta muốn bo tròn thẻ div có class là mybox, CSS có thể viết như sau:
.mybox
{
/* Firefox*/
-moz-border-radius:10px;
/* Cho từng góc có thể viết theo cú pháp: -moz-border-radius-bottomleft:10px; */



.jpg)
