HTML code

2007-06-02 12:27 am
我想要
-令background don't repeat + keep it fixed 的code.

回答 (2)

2007-06-06 6:43 pm
✔ 最佳答案
HTML code
<body background="YOUR PICTURE LINK" style="background-repeat:no-repeat;background-attachment:fixed></body>

圖片參考:http://polyart.com.hk/nop/n30.gif



2007-06-06 10:45:00 補充:
最後的→& g t ; =

2007-06-06 10:45:36 補充:
= &gt;
2007-06-02 5:39 am
用 stylesheet(CSS),在 &lt; body &gt; 前加入以下的一段

&lt; style type = &quot; text/css &quot;&gt;
body {
background: url( &quot; background.jpg &quot; );
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
&lt; /style&gt;

備註:
1. 將 background.jpg 改成你的背景圖網址連結
2. background-position: center; 是置中的意思。若沒必要可以刪掉他,或把 center 改為 top left, top right 等合適的位置

2007-06-01 21:41:28 補充:
如果你 copy 以上的 code,記得移除不必要的空隔 (因為在這裡貼 code 的問題,所以在 &lt; &gt; &quot; &quot; 前後都加上了空隔。)


收錄日期: 2021-04-27 14:25:22
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070601000051KK02069

檢視 Wayback Machine 備份