Hello
It is possible to "fix" the page background of your forum.
Here it is :
Admin Panel > General Admin > Configuration > Site description.
In this field, you enter this code :
- Code:
-
<style type="text/css"> body { background-attachment: fixed; background-repeat: no-repeat; background-position: top center;}</style>
where you can set up these parameters :
background-attachment: fixed or scroll <=> the backgroune picture will be fixed or will scroll
background-repeat - repeat : the backgroune picture will repeat horizontally and vertically
- repeat x : the backgroune picture will repeat horizontally, but not vertically
- repeat y : the backgroune picture will repeat vertically, but not horizontally
- no-repeat : the backgroune picture will not repeat at all
background position: top, center or bottom || left, center or right.
Finally, if you want your background picture to be visible, even in the body line backgroune, you go to Admin Panel > Style Admin > Colors > Body line background color > you just leave # without any code.
you can have a preview of the effect by going to my
test forumWritten by SanDream[b]