Hi All, within my CCS on my VBulletin forum (http://www.tuneruk.com/forum) I use a faded bacground which I repeat on the x axis .page { background: #FFFFFF url(http://www.tuneruk.com/design/bg.gif) repeat-x top left; color: #000000; Code (markup): Works fine on main forum home page however when viewing a thread the background repeats on the y axis - at the begining of each users post. Has anyone any experience of how I can stop it repeating at the start of each users post? thanks in advance
yeh - global css for vbulletin - if you look at a thread as an example you will be able to view the source code.
I've used the 'fixed' attribuat which does stop the background from repeating on the posts but I would like to fix the background at the top of the page, so that it doesnt scroll as the screen scrolls. Though I've tried.... repeat-x top left fixed - and the image (a gradient) still scrolls - any suggestions?