//-->
<<上一張 | 關閉視窗 | 下一張>> |
※若是網友喜歡此圖片,請用另存背景或另存圖片方式下載此圖,再上傳至個人的網頁空間,以減低本站流量。 | ||
使用範例 | ||
---|---|---|
背 景 圖 語 法 |
留言板版面背景 |
MyChat會員:直接複製圖片路徑便可,無須加上任何語法。 |
背景圖語法 |
範例: <body background="背景底圖網址"> 看範例 |
|
橫式複貼背景 |
範例: <body background="背景底圖網址" style="background-repeat:repeat-x"> |
|
直式複貼背景 |
範例: <body background="背景底圖網址" style="background-repeat:repeat-y"> 看範例 |
|
不複貼背景 |
範例: <body background="背景底圖網址" style="background-repeat:no-repeat"> 看範例 |
|
不複貼靠左上 |
範例: <body background="背景底圖網址" style="background-repeat: no-repeat; background-position: left top"> 看範例 |
|
不複貼靠右上 |
範例: <body background="背景底圖網址" style="background-repeat: no-repeat; background-position: right top"> 看範例 |
|
隨拉頁捲動 |
範例: <body background="背景底圖網址" style="background-attachment: scroll"> 看範例 |
|
不隨拉頁捲動 |
範例: <body background="背景底圖網址" style="background-attachment: fixed"> 看範例 |
|
貼 圖 語 法 |
貼圖語法 |
範例: <img src="背景底圖網址"> |