CSS背景特效: |
語法說明:
background-color : #ffffff
//背景色彩
background-image : url(bg.jpg) //背景圖片
background-repeat :
repeat-x //水平並排
background-repeat :
repeat-y //垂直並排
background-attachment : fixed //固定背景
background-repeat : no-repeat //單張固定
background-repeat :
repeat //重複排列
background-position : 50% 50% //背景圖與X、Y軸距離
下面整理了一些網頁製作常用的背景特效,請將範例語法複製後貼在<head>與</head>之間,廢話不多說,直接看教學:
一、單張固定(右下)
二、單張固定(置中)
三、單張固定(右上)
四、垂直並排
五、水平並排
|
|
|