These are my personal notes that I am making on my journey through computer science. It's just a great way for me to organize my thoughts and just maybe, I'll help someone else along the way. If this was any help, leave a comment.
Showing posts with label css. Show all posts
Showing posts with label css. Show all posts
Tuesday, November 16, 2010
Saturday, June 12, 2010
Fixed Background Image
In CSS:
background:#42021E url(images/bg.png) repeat-x;
background-attachment:fixed;
}
If you want to learn more about backgrounds, you can read up at w3chools.
background:#42021E url(images/bg.png) repeat-x;
background-attachment:fixed;
}
If you want to learn more about backgrounds, you can read up at w3chools.
Subscribe to:
Posts (Atom)