an excellent addition to vB i will use this i think, looks very cool and a good job on this. well done ^_^.
Upon some tweaking and other such things i've managed to get mine to appear in the bottom right of my box, since i know CSS pretty well i could tell from the start something wasn't right, as someone mentioned above, the coding made it so it repeated the image in the centre, your image must of been pretty big as it didn't repeat on yours.
If anyone is interested in my version of this then i'll post it below. the screenshot is what happens when using a 75w x 24h image
In the WYSIWYG bit:
Code:
#242F37 url(images/yourimage.gif) no-repeat bottom right fixed
PS i've tested this in Firefox version 2 and onwards and it works, not tested in IE and doesn't work in Opera 9.2+
in the extra CSS remove:
Code:
background-repeat: no-repeat;
background-position: center center;
since you don't really need this bit.