Vbulletin CCS background image repeat

Discussion in 'CSS' started by banzii, Feb 21, 2008.

  1. #1
    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
     
    banzii, Feb 21, 2008 IP
  2. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #2
    is it the same code for the homepage and the individual posts?
     
    XTreMe, Feb 21, 2008 IP
  3. banzii

    banzii Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeh - global css for vbulletin - if you look at a thread as an example you will be able to view the source code.
     
    banzii, Feb 21, 2008 IP
  4. banzii

    banzii Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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?
     
    banzii, Feb 22, 2008 IP