指定背景圖片是否跟著網頁內容捲動,也可以用在Html元件內。
| background-attachment:樣式值
| 樣式值 |
意義 |
範例 |
| scroll |
捲動背景圖片 |
加入背景圖片後,加入下面的語法試試效果
<Body style="background-attachment:scroll"> |
| fixed |
不捲動背景圖片 |
加入背景圖片後,加入下面的語法效果 <Body style="background-attachment:fixed"> |
|
(註:)插入背景圖片的Html語法,加在<Body>中
語法:<Body background="圖片來源的URL">
範例:<Body background="images/bg.gif"> |