954,184 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

CSS Fixed Background

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?

gendv
Newbie Poster
18 posts since Jun 2006
Reputation Points: 10
Solved Threads: 0
 
<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>
alpha_foobar
Junior Poster
182 posts since May 2005
Reputation Points: 20
Solved Threads: 5
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You