![]() |
|
|
|
#1 |
|
Hi all,
I would like to make one picture as a background, but I want the text to scroll but the background stay in place. How could I do this? Thanks, R. Place |
|
|
|
|
#2 |
|
Posts: n/a
|
"R. Place" <mrplace01(at) nospam.comcast.net> wrote:
>I would like to make one picture as a background, but I want the text to >scroll but the background stay in place. How could I do this? body { background-image: url(background.png); background-attachment: fixed; } Steve -- "My theories appal you, my heresies outrage you, I never answer letters and you don't like my tie." - The Doctor Steve Pugh <> <http://steve.pugh.net/> |
|
|
|
#3 |
|
Posts: n/a
|
Thanks, it took me a second but I got it now. Appreciate the help.
"Steve Pugh" <> wrote in message news:... > "R. Place" <mrplace01(at) nospam.comcast.net> wrote: > > >I would like to make one picture as a background, but I want the text to > >scroll but the background stay in place. How could I do this? > > body { > background-image: url(background.png); > background-attachment: fixed; > } > > Steve > > -- > "My theories appal you, my heresies outrage you, > I never answer letters and you don't like my tie." - The Doctor > > Steve Pugh <> <http://steve.pugh.net/> |
|