Click to See Complete Forum and Search --> : Backgrounds that do not move.


BrianBrennan
07-25-2006, 01:00 PM
I have seen some very interesting we pages lately and use a format where the background does not move, but the text scrolls acrossed it.
What is this called and where can I find more information about it please?
Thank you for your time.

Wiz Creations
07-25-2006, 01:14 PM
With HTML, add bgproperties="fixed" to your <body> tag. With CSS, add the attribute background-attachment:fixed;

For more info, google fixed background or something similar.

BrianBrennan
07-25-2006, 01:17 PM
That is verry simple thank you.
Now i feel really silly having looked arround on the web for hours today trying to find more information about it.