固定表格或背景的底圖
.ptable {
background-image: url(images/img.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
BODY{
background-image:url(img.gif);
background-repeat : repeat-x;
background-attachment : fixed;}
<body background="img.jpg" style="background-position:
50% 88%;background-repeat: no-repeat;">