CSS Fixed Background

Reply

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 Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: CSS Fixed Background

 
0
  #2
Jun 28th, 2006
HTML and CSS Syntax (Toggle Plain Text)
  1. <style type="text/css">
  2. body
  3. {
  4. background-image: url('images/101.jpg');
  5. background-repeat: no-repeat;
  6. background-attachment: fixed;
  7. background-color: #FFFFE5;
  8. margin-left: 0px;
  9. margin-top: 0px;
  10. line-height: 22px;
  11. }
  12. </style>
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC