RSS Forums RSS

CSS Fixed Background

Please support our HTML and CSS advertiser: Programming Forums
Reply
Posts: 18
Reputation: gendv is an unknown quantity at this point 
Solved Threads: 0
gendv gendv is offline Offline
Newbie Poster

CSS Fixed Background

  #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?
AddThis Social Bookmark Button
Reply With Quote  
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

  #2  
Jun 28th, 2006
<style type="text/css">
body 
{
background-image: url('images/101.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #FFFFE5;
margin-left: 0px;
margin-top: 0px;
line-height: 22px;
}
</style>
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.



Similar Threads
Other Threads in the HTML and CSS Forum
Views: 4505 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:06 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC