程式語言教學誌: CSS 2.1 快速導覽 - 背景固定 background-attachment
background-attachment 性質 (property) 為 CSS 中用來設定背景圖片是否在固定的位置,有以下的關鍵字 (keyword) scroll fixed scroll 為預設值, fixed 會使圖片固定在相同的位置。 舉例如下 body { background-image: url(example.jpg); background-repeat: no ...
pydoing.blogspot.tw |