• I Want The Pixel Background Image To Appear All Over The Page Not Just The Top.
    From Top To Bottom
    Anything You Can Suggest That Can Be Of Help.
    Thank You.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Site url?

    Thread Starter angelofdelhi

    (@angelofdelhi)

    The easiest way is changing this:

    body {
    background:#000000 url(images/bgbody.jpg) no-repeat scroll center top;
    font-family:trebuchet ms,arial,helvetica,sans-serif;
    margin:0;
    padding:0 0 15px;
    text-align:center;
    }

    into this:

    body {
    background:#000000 url(images/bgbody.jpg) repeat-y scroll center top;
    font-family:trebuchet ms,arial,helvetica,sans-serif;
    margin:0;
    padding:0 0 15px;
    text-align:center;
    }

    In your stylesheet (style.css), but it doesn’t give the result you desire (I think at least). The image is fading to black, so you would have to cut a piece of the background image, and make it tiling.

    Peter

    Thread Starter angelofdelhi

    (@angelofdelhi)

    Thanks For Trying.
    Actually Due To The Fading.
    The Lower Parts Are Just Too Boring.
    So Thought If Upper Part Could Be Tiled.
    Thanks.
    Anybody Else Who Can Help.
    Waiting For Esmi.
    Regards

    I’m flattered but pboosten’s absolutely right. Pixel’s a really nice looking theme but very difficult to customise graphically. The only option I can think of is to add a background image to html:

    html {background:#000 url(images/another_image.jpg) repeat-y top left;}

    Then remove #000000 from the body to let the html background show through. If you grabbed a slice of the lower part of the current background – including some of the black – doubled the image height, added a flipped copy of your slice and saved that as your html background image, that might just work.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Customization Of Pixel’ is closed to new replies.