Click to See Complete Forum and Search --> : background


kmk3
01-02-2003, 02:45 AM
Does anyone know how you make a background picture so that when you scroll threw the page the picture always stays in the middle of the screen? Please help I need to finish a website for my company.

swon
01-02-2003, 06:26 AM
In CSS you can fix the background:

body {
background-image:url(images/yourImage.jpg);
background-properties:fixed;
}