PDA

View Full Version : Static Background / Scrolling Forums


HLodder
07-23-2003, 01:04 AM
All,

Been looking at another forum which was www.aliensoup.com and they have a great looking board with a static image in the background while forums that you can happily scroll up and down the screen while the background stays solid.

I am not sure what this would actually be called to describe this effect so I cannot search on it, but has anyone seen anything like that here?

Many thanks.

Harvey.

Dan
07-24-2003, 12:57 AM
I suggest viewing the source code and try to find it for yourself or you can always google 'static background'

Giveit2u43
07-25-2003, 02:44 PM
edit the Head insert template and edit the body section of the style bit change the background bit to something like:


background: #FFFFFF url('http://www.domain.com/forums/images/backg.jpg') no-repeat fixed;


change the url to the image you want as your fixed background... the important part is "no-repeat fixed" *g*

dstruct2k
07-30-2003, 10:58 PM
Note, that this causes scrolling to seem a lot more laggy, and your pages would be hell for people with slow processors. I know, because one of my styles used that feature until my users started complaining.

Also, for reference, FrontPage calls this option "watermark"... How "watermark" = "fixed" is beyond me, but hey, it's only Microsoft. :D

pedroenf
12-11-2007, 09:41 AM
Funny, a answer 4 years latter but i was looking for this for a long time. Thanks.