View Single Post
Join Date: Jun 2006
Posts: 18
Reputation: gendv is an unknown quantity at this point 
Solved Threads: 0
gendv gendv is offline Offline
Newbie Poster

CSS Fixed Background

 
0
  #1
Jun 28th, 2006
body {
background-image: url(images/101.jpg);
background-repeat: no-repeat;
background-color: #FFFFE5;
margin-left: 0px;
margin-top: 0px;
line-height: 22px
}
Is it possible to Fix the Background img?
Reply With Quote