Click to See Complete Forum and Search --> : Help Please...
dusteelj
12-04-2003, 07:24 AM
I am not sure what it is called that I am in need of help. I would like to have my background remain still while the words scroll when the scroll bar is clicked. I think it is layers but I am not positive.
Where can I find the directions on how to put this on my web page?
Laurie
soccer362001
12-04-2003, 07:50 AM
<style type="text/css">
<!--
body
{
background:#000000 fixed;
color:ffffff;
}
</style>
Try that
dusteelj
12-04-2003, 07:57 AM
can you tell me what it is called when you do this? is there an html goodies instruction page to do it?
Thanks
soccer362001
12-04-2003, 08:35 AM
It's CSS and i dont know if html goodies has anything on this topic.
lillu
12-04-2003, 08:51 AM
Here's the relevant page:
http://www.htmlgoodies.com/css-ref/part1.html
Paul Jr
12-04-2003, 11:59 AM
I started out at htmlgoodies around 5 or so months ago, I liked it, but it was, and is especially now, a bit out-dated.
I would suggest W3schools (http://www.w3scholls.com) instead.
I believe you are looking for something like this, (http://www.w3schools.com/css/css_background.asp), dusteelj.
Also, lillu, the link you provided is bad.
dusteelj
12-04-2003, 01:58 PM
Thank you that is exactly what I was looking to incorporate in the page.
Laurie