943,696 Members | Top Members by Rank

Ad:
Jun 28th, 2006
0

CSS Fixed Background

Expand Post »
Quote ...
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
gendv is offline Offline
18 posts
since Jun 2006
Jun 28th, 2006
0

Re: CSS Fixed Background

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>
Reputation Points: 20
Solved Threads: 5
Junior Poster
alpha_foobar is offline Offline
182 posts
since May 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Clicked Link Countdown
Next Thread in HTML and CSS Forum Timeline: A Challenge - Layer/Div Tag related





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC