Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | "Fixed" Background (29th Nov 07 at 12:02am UTC) | | Will "Fixed" Backgrounds be implemented?
It would make the forum look better when the wallpaper is not repeating.
~Darkmage | |
|
Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: "Fixed" Background (29th Nov 07 at 12:20am UTC) | | Will "Fixed" Backgrounds be implemented?
It would make the forum look better when the wallpaper is not repeating.
~Darkmage
At this very moment, it's unlikely any changes will be happening to the options found on the modify colors page. Although that is an area I have some ideas for to give it a total revamp. However, it's easy to accomplish the fixed background with just a line or two of CSS in your Global Header:
<style type="text/css"> <!-- body { background-attachment: fixed; } --> </style> | |
|
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: "Fixed" Background (29th Nov 07 at 12:22am UTC) | | ok thanks, I did use this
<body background="" bgproperties="fixed">
But it did not work. | |
|
Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: "Fixed" Background (29th Nov 07 at 12:42am UTC) | | All web pages should only have 1 <body> tag. Since the source code already adds a body tag of its own, a second <body> tag would just cause problems. | |
|
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: "Fixed" Background (29th Nov 07 at 1:24am UTC) | | oh ok, I see. | |
|