使用方式 Background
Background
div.box{
height: 100px;
width: 100px;
}顏色 - color
.box{
background-color: red;
}
圖片 - image
.box{
background-image: url("下載.jpg") ;
}
重複 - repeat
.box{
width: 300px;
background-image: url("下載.jpg") ;
background-repeat: no-repeat;
}
原始 - origin
CSS Sprite 使用
CSS Sprites如何應用?
製作CSS Sprites圖片有什麼方法?
定位 - position
範例一

範例二
Last updated