今天要介紹我在開發專案html裡面常常會使用css定義背景圖片
介紹一些我自己常常使用的設定歡迎大家來看看吧CSS 背景樣式設定
以下全部為css樣是參數設定值
background-repeat : no-repeat /* 不重複排列 */
background-repeat : repeat-y /* 在 y 軸重複排列 */
background-position : 90% 90% /* 圖片在 x 與 y 軸的位置 */
background-color:#000000 /* 背景色彩,顏色色碼是黑色 */
background-image : url(image/bg.gif) /* 外load背景圖片,這個很常用 */
background-attachment : fixed /* 固定背景 ,這個很常用*/
background-repeat : repeat /* 重複排列 - 網頁預設 */
background-repeat : repeat-x /* 在 x 軸重複排列 */
No comments:
Post a Comment