CSS里使BODY的背景圖片固定不動內容滾動:style="background-attachment: fixed"
例子解析:
body {
background-image: url(images/dbg.jpg);
background-repeat: no-repeat;
font-family: "宋體";
font-size: 12px;
line-height: normal;
font-weight: normal;
color: #FFFFFF;
background-attachment: fixed;
}
background-image: url(images/dbg.jpg);
background-repeat: no-repeat;
font-family: "宋體";
font-size: 12px;
line-height: normal;
font-weight: normal;
color: #FFFFFF;
background-attachment: fixed;
}
