Hey, how do I make a background pic NOT scroll on a website.

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
benheck
Site Admin
Posts: 1887
Joined: Wed Dec 31, 1969 6:00 pm
Location: Wisconsin - Land of Beer and Cheese and Beer
Contact:

Hey, how do I make a background pic NOT scroll on a website.

Post by benheck »

but have the text and everything else scroll. I notice Doomportables does this. I wanna use the technique for my book site section.

Email me at benheck@charter.net if you know how! (I sure don't)
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

Code: Select all

  <style type="text/css">
 BODY {background-image: url(images/IMAGE NAME HERE);
background-position: center;
background-repeat: repeat;
background-attachment: fixed}
 </style>
SpongeBuell
Senior Member
Posts: 5190
Joined: Wed Apr 07, 2004 10:52 am
Location: Colorado
Contact:

Post by SpongeBuell »

crap, you beat me to it, though I sent a PM
Life of Brian wrote:
RYW wrote:RYW:

Rare
Yellow
Weasel
I'll be honest with you - I would have never guessed that.
HK-47
Moderator
Posts: 3598
Joined: Thu Jul 15, 2004 2:17 pm
Location: /dev/moderator/
Contact:

Post by HK-47 »

Also,

Code: Select all

<BODY background="image.gif" bgproperties="fixed">
will work, just replace image.gif with whatever pic you want.
benheck
Site Admin
Posts: 1887
Joined: Wed Dec 31, 1969 6:00 pm
Location: Wisconsin - Land of Beer and Cheese and Beer
Contact:

Post by benheck »

Thanks guys! Although now I'm not sure I'll use it...

(My fault!)
HK-47
Moderator
Posts: 3598
Joined: Thu Jul 15, 2004 2:17 pm
Location: /dev/moderator/
Contact:

Post by HK-47 »

:evil: :x







:P Just kidding, I cant stay mad at the founder of the LPC, now can I? :P
SpongeBuell
Senior Member
Posts: 5190
Joined: Wed Apr 07, 2004 10:52 am
Location: Colorado
Contact:

Post by SpongeBuell »

benheckc wrote:Thanks guys! Although now I'm not sure I'll use it...

(My fault!)
don't get how? If you want to send me the finished product, I'll modify it for you.
Life of Brian wrote:
RYW wrote:RYW:

Rare
Yellow
Weasel
I'll be honest with you - I would have never guessed that.
HK-47
Moderator
Posts: 3598
Joined: Thu Jul 15, 2004 2:17 pm
Location: /dev/moderator/
Contact:

Post by HK-47 »

SpongeBuell wrote:
benheckc wrote:Thanks guys! Although now I'm not sure I'll use it...

(My fault!)
don't get how? If you want to send me the finished product, I'll modify it for you.
Im sure he gets how, hes just being ben and switching things around last minute.
Post Reply