background-repeat 1
Thiết lập một hình ảnh nền sẽ được lặp đi lặp lại như thế nào
Sets how a background image will be repeated
Sets how a background image will be repeated
Thuộc tính | giá trị | Ví dụ | Mô tả |
---|---|---|---|
background-repeat | repeat-x | background-repeat: repeat-x; | lặp 1 lần theo chiều ngang |
repeat-y | background-repeat: repeat-y | lặp 1 lần theo chiều dọc | |
repeat | background-repeat: repeat | lặp | |
no-repeat | background-repeat: no-repeat | không lặp |
Xem ví dụ
background-repeat:
div
{
background-image:url('hinh-anh.gif');
background-repeat:repeat;
}
{
background-image:url('hinh-anh.gif');
background-repeat:repeat;
}
Sự tương thích ( Cập nhật / Báo lỗi )
* | * | * | * | * | * | * | * |
No comments:
Post a Comment