Breaking

Tuesday, April 16, 2013

CSS background-repeat Thiết lập một hình ảnh nền sẽ được lặp đi lặp lại như thế nào

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

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;
}

Sự tương thích ( Cập nhật / Báo lỗi )

Firefox Opera Google Chrome Safari IOS Android Window phone
* * * * * * * *

No comments:

Post a Comment