blackburn27
Member
Hello,
on the start page of the forum i would like to introduce a little process in the different areas. Under the style settings and then : Block Body
I added the following to the CSS.
background: rgb(225, 225, 225) url(styles/ghostrecon/xenforo/sources/verlauf.png)repeat-x bottom;
background-color: rgb(253, 253, 253);
background image: url("styles/ghostrecon/xenforo/sources/verlauf.png");
Since the bottom is at the top, it's only shown in the last forum, if I do the repeat all it's repeated all the time... how do I get it built into every area?
it looks like this when: repeat-x bottom is deleted.
on the start page of the forum i would like to introduce a little process in the different areas. Under the style settings and then : Block Body
I added the following to the CSS.
background: rgb(225, 225, 225) url(styles/ghostrecon/xenforo/sources/verlauf.png)repeat-x bottom;
background-color: rgb(253, 253, 253);
background image: url("styles/ghostrecon/xenforo/sources/verlauf.png");
Since the bottom is at the top, it's only shown in the last forum, if I do the repeat all it's repeated all the time... how do I get it built into every area?
it looks like this when: repeat-x bottom is deleted.