Chương 12: CSS Background 2007-07-08 08:21:23
Background định dạng background, các thuộc tính:
background-attachment: value;
value:
+ scroll
+ fixed
background-color: value; /* giá trị m� u */
background-image: url(path_to_image);
background-position: value; vị trí bắt đầu của background
value:
background-repeat: value; điều khiển quá trình lặp lại của image
value:
background-attachment: value;
value:
+ scroll
+ fixed
background-color: value; /* giá trị m� u */
background-image: url(path_to_image);
background-position: value; vị trí bắt đầu của background
value:
+ top left
+ top center
+ top right
+ center left
+ center center
+ center right
+ bottom left
+ bottom center
+ bottom right
+ x-% y-%
+ x-pos y-pos
+ top center
+ top right
+ center left
+ center center
+ center right
+ bottom left
+ bottom center
+ bottom right
+ x-% y-%
+ x-pos y-pos
background-repeat: value; điều khiển quá trình lặp lại của image
value:
no-repeat ( không lặp)
repeat (lặp theo tất cả cách hướng)
repeat-x (chỉ lặp theo trục x)
repeat-y (chỉ lặp theo trục y)
repeat (lặp theo tất cả cách hướng)
repeat-x (chỉ lặp theo trục x)
repeat-y (chỉ lặp theo trục y)
Tra loi 0 comment(s) 2007-07-08 08:21:23
Y kien