Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   How to make non-scrolling backgrounds?? (https://thetfp.com/tfp/tilted-technology/12726-how-make-non-scrolling-backgrounds.html)

BoCo 06-20-2003 06:34 AM

How to make non-scrolling backgrounds??
 
I've seen a few webpages with backgrounds that stayed put while the text and pictures scrolled on top of it. Anyone know where I can find the code to do something like this?

Dave 06-20-2003 07:01 AM

No better way to explain it than a link to the CSS2 spec:
http://www.w3.org/TR/REC-CSS2/

The section you specifically want is:
http://www.w3.org/TR/REC-CSS2/colors...und-properties

I hope it helps.

SecretMethod70 06-20-2003 07:55 AM

You can actually do it with regular HTML too although I don't remember how. I'm positive you can find it on google though - that's how I found most things like that back when I was tinkering around with it.

By they way, looking at your webpage, you may want to look into some sort of PHP rather than using frames and plain HTML.

X_cody_X 06-20-2003 08:12 AM

BODY BACKGROUND="image_you_want_to_use.gif" bgproperties="fixed"

make sure thats in your < body > tag.

eyeseepeedude 06-20-2003 08:25 AM

Quote:

Originally posted by X_cody_X
BODY BACKGROUND="image_you_want_to_use.gif" bgproperties="fixed"

make sure thats in your < body > tag.

very good. (*I wasn't in when this was asked... sorry*) ;)

X_cody_X 06-21-2003 06:52 AM

Quote:

Originally posted by eyeseepeedude
very good.
Do I get a gold star for the day? :D
My old web design teacher hated that I corrected her HTML. It maybe the only thing I know when it comes to page design, but I do know it well :)

BoCo 06-21-2003 09:16 AM

You guys rock! :thumbsup: :D


All times are GMT -8. The time now is 09:48 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54