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?

<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>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.