DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   HTML and CSS (http://www.daniweb.com/forums/forum143.html)
-   -   CSS Fixed Background (http://www.daniweb.com/forums/thread48789.html)

gendv Jun 28th, 2006 4:29 am
CSS Fixed Background
 
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?

alpha_foobar Jun 28th, 2006 9:56 pm
Re: CSS Fixed Background
 
<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>


All times are GMT -4. The time now is 8:06 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC