- background-color
- background-image
- background-repeat
- background-attachment
- background-position
舉例如下
body { background: url(example.jpg); } /* 《程式語言教學誌》的範例程式 http://pydoing.blogspot.com/ 檔名:background08.css 功能:示範 CSS 2.1 樣式表的使用 作者:張凱慶 時間:西元 2011 年 7 月 */
我們以下面的 HTML 文件載入
<html> <head> <title>網頁標題</title> <link rel="stylesheet" type="text/css" href="background08.css"> </head> <body> </body> </html> <!-- 《程式語言教學誌》的範例程式 http://pydoing.blogspot.com/ 檔名:background08.html 功能:示範 CSS 2.1 樣式表的使用 作者:張凱慶 時間:西元 2011 年 7 月 -->
瀏覽器 (broswer) 開啟如下
此例為利用 url() 函數 (function) 設定背景圖片。
另舉一例如下
body { background: #333333; } /* 《程式語言教學誌》的範例程式 http://pydoing.blogspot.com/ 檔名:background09.css 功能:示範 CSS 2.1 樣式表的使用 作者:張凱慶 時間:西元 2011 年 7 月 */
我們以下面的 HTML 文件載入
<html> <head> <title>網頁標題</title> <link rel="stylesheet" type="text/css" href="background09.css"> </head> <body> </body> </html> <!-- 《程式語言教學誌》的範例程式 http://pydoing.blogspot.com/ 檔名:background09.html 功能:示範 CSS 2.1 樣式表的使用 作者:張凱慶 時間:西元 2011 年 7 月 -->
瀏覽器 (broswer) 開啟如下
此例為設定背景顏色。
中英文術語對照 | |
---|---|
性質 | property |
瀏覽器 | broswer |
函數 | function |
您可以繼續參考
JavaScript 範例
背景相關
相關目錄
CSS 2.1 快速導覽
HTML, CSS 教材
首頁
參考資料
http://www.w3.org/TR/CSS21/colors.html
https://developer.mozilla.org/en/CSS/background
沒有留言:
張貼留言