Ok, All i am trying to do is take a gif image i have in the theme directory and tile it to take over the entire background (including the sidebars, header, etc. I can't seem to figure out how to do this. I've attached the CSS file with what i've got so far. the file is in the theme directory and called bg.gif. Currently it only shows up along the top of the theme and not over the entire page.

CommentFileSizeAuthor
style.zip1.29 KBcmscritic

Comments

cmscritic’s picture

This is what I have changed so far.

/* main fonts and colors for the entire page */
body { background-image:url('bg.gif'); background-repeat: repeat-x; font-family: Arial, Helvetica, sans-serif; margin: 10px; font-size: 13px; }

You can see the results on my website at http://www.shockedoctopus.com

powrslave’s picture

try this maybe

body {
font-family: Arial, Helvetica, sans-serif; margin: 10px; font-size: 13px;
background: url(bg.gif) background-repeat: repeat-x; ; }

add1sun’s picture

Status: Active » Fixed

Repeat x will only repeat it over the x axis. leave repeat off to endlessly repeat everywhere (x and y axis).

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

markhalliwell’s picture

Project: Foundation »
Version: 5.x-1.x-dev »
Issue summary: View changes

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 2925308)