隨機Banner、背景圖片 - 部落格
By Heather
at 2010-06-30T17:30
at 2010-06-30T17:30
Table of Contents
隨機圖片的程式碼:
這是部落格BLOG隨機背景圖片的教學。
以天空部落為例,新增的自由欄位將下段程式碼貼上即可。
這個程式碼也可以拿來套用在BANNER,不過要稍微修改一下哦。
有興趣的部落客可以研究參考一下。
程式碼:
<script type="text/javascript">
var ground= new Array()
ground[0]="圖片網址"
ground[1]="圖片網址"
ground[2]="圖片網址"
ground[3]="圖片網址"
ground[4]="圖片網址"
ground[5]="圖片網址"
var random=Math.round(5*Math.random());
document.write("<style>");
document.write("BODY {");
document.write(' background:url("' + ground[random] + '") no
-repeat 0px 10px;');
document.write(" }");
document.write("</style>");
</script>
例如我的部落格就是利用這個程式碼來改變背景圖片:
http://blog.yam.com/kk7783
這個程式碼通常是拿來改Banner居多,因為我的部落格是一體成形的,
所以拿來改背景是一個不錯的選擇。
還有很多種運用方式,都可以套用這個隨機圖片的系統中,歡迎一起討論改進哦^_^
--
▏ ◢◣ ◣ ▊ ▼ ● ◤◤ ◥◣ + γ γ ˍ
▍ ◢ ◥◥◥◥ ◤ ▅◣ ◤ 三 檔! γ+ γ ▕葉▏
▋ ◢ ★ ◣◣◤◤//|◥ ◤ + γ γ ▕雪▏
▊▋ ▉ >◥ ◤◤// / ◣ ◤ P2個版:kk7783  ̄
▉▊ ▊ + ◥<\ \◣◣ ★ ¥ http://blog.yam.com/kk7783
█▉ ▋ ﹂ ◤ ◥◥◣ ◣◥ ◆ ■ 不是為了有名 但是不用無名
--
這是部落格BLOG隨機背景圖片的教學。
以天空部落為例,新增的自由欄位將下段程式碼貼上即可。
這個程式碼也可以拿來套用在BANNER,不過要稍微修改一下哦。
有興趣的部落客可以研究參考一下。
程式碼:
<script type="text/javascript">
var ground= new Array()
ground[0]="圖片網址"
ground[1]="圖片網址"
ground[2]="圖片網址"
ground[3]="圖片網址"
ground[4]="圖片網址"
ground[5]="圖片網址"
var random=Math.round(5*Math.random());
document.write("<style>");
document.write("BODY {");
document.write(' background:url("' + ground[random] + '") no
-repeat 0px 10px;');
document.write(" }");
document.write("</style>");
</script>
例如我的部落格就是利用這個程式碼來改變背景圖片:
http://blog.yam.com/kk7783
這個程式碼通常是拿來改Banner居多,因為我的部落格是一體成形的,
所以拿來改背景是一個不錯的選擇。
還有很多種運用方式,都可以套用這個隨機圖片的系統中,歡迎一起討論改進哦^_^
--
▏ ◢◣ ◣ ▊ ▼ ● ◤◤ ◥◣ + γ γ ˍ
▍ ◢ ◥◥◥◥ ◤ ▅◣ ◤ 三 檔! γ+ γ ▕葉▏
▋ ◢ ★ ◣◣◤◤//|◥ ◤ + γ γ ▕雪▏
▊▋ ▉ >◥ ◤◤// / ◣ ◤ P2個版:kk7783  ̄
▉▊ ▊ + ◥<\ \◣◣ ★ ¥ http://blog.yam.com/kk7783
█▉ ▋ ﹂ ◤ ◥◥◣ ◣◥ ◆ ■ 不是為了有名 但是不用無名
--
Tags:
部落格
All Comments
Related Posts
現在是又掛掉了嗎?!
By Heather
at 2010-06-29T00:28
at 2010-06-29T00:28
facebook的使用經驗及人際互動感受
By Connor
at 2010-06-28T21:22
at 2010-06-28T21:22
twitter的軟體
By Franklin
at 2010-06-28T15:38
at 2010-06-28T15:38
有關意見攔的小問題
By Blanche
at 2010-06-27T23:45
at 2010-06-27T23:45
填部落格與微網誌使用問卷
By Mia
at 2010-06-27T22:13
at 2010-06-27T22:13