背景透明化
body {background:transparent;}
背景圖固定最上層
body {background-attachment: fixed;
background-image: url("bk.jpg");
background-repeat: no-repeat;
}
背景圖位移
在 position 控制值分別為 {上下} {左右} ,可用 center 或 50px 等控制顯示方式
方式 1
body { background-image: url("bk.jpg");
background-repeat: no-repeat;
background-position: center center;
}
方式 2
body{background:url(bk.jpg) 5px 10px no-repeat; }
沒有留言:
張貼留言