Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Question on code.

 
Thread Tools Search this Thread
Old 04-26-2004, 05:57 PM   #1
Default Question on code.


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
  Reply With Quote
Old 04-26-2004, 06:04 PM   #2
Steve Pugh
 
Posts: n/a
Default Re: Question on code.

"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/>
  Reply With Quote
Old 04-26-2004, 06:42 PM   #3
R. Place
 
Posts: n/a
Default Re: Question on code.

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/>



  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump