0
Welcome Guest! Login
0 items Join Now

{SOLVED}Grunge showcase wood background repeating

  • {SOLVED}Grunge showcase wood background repeating

    Posted 13 years 9 months ago
    • I'm using the Grunge template

      184.173.194.64/~lonepine/filmfestival/

      I'm trying to replace the wood.jpg background in the showcase position, with my own image.
      The image is repeating but i would like it not to repeat, but have a color edge.
      I adjusted the style1.css and removed the repeat-x for BG-Levels around Line 7-9 but it did not seem to do anything.
      I've attached a photo of what I'm looking to do
      This image is hidden for guests.
      Please log in or register to see it.
    • Last Edit: 13 years 9 months ago by frank baker.
    • Frank Baker
      Tango Productions Inc.
      Post Production Supervisor
      http://tangoproductionsinc.com
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: {SOLVED}Grunge showcase wood background repeating

    Posted 13 years 9 months ago
    • Hi there,

      If I have understood correctly you need to make the following changes. Before you do make changes take a backup of the files first so you can recover from any errors.

      Open style1.css and at line 8 find the following code...
      body {
          background: none repeat scroll 0 0 transparent;
          color: #000000;
      }
      Change the transparent to the colour you wish to be seen either side of the background image. For example...
      body {
          background: none repeat scroll 0 0 #FF0000;
          color: #000000;
      }

      Now at line 9 find the following code...
      body.backgroundlevel-high #woodbg, body.backgroundlevel-medium #woodbg {
          background: url("../images/backgrounds/style1/wood.jpg") no-repeat scroll 0 0 #110302;
          margin-left: 350px;
      }
      and set the #110302 to transparent to look like this...
      body.backgroundlevel-high #woodbg, body.backgroundlevel-medium #woodbg {
          background: url("../images/backgrounds/style1/wood.jpg") no-repeat scroll 0 0 transparent;
          margin-left: 350px;
      }

      If this resolves your problem then please edit your first post by adding SOLVED at the start of the title and then select the green tick icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: {SOLVED}Grunge showcase wood background repeating

    Posted 13 years 9 months ago
  • Re: {SOLVED}Grunge showcase wood background repeating

    Posted 13 years 9 months ago
    • A problem I notice with this is that the image does not move fluidly, When the browser is re sized the image moves out of position. I've attached an image.
      This image is hidden for guests.
      Please log in or register to see it.

      Is there a way to keep it aligned with the border of the body below? Thanks for your help with this. If I should start a new thread, I will, but I thought since it was still same topic.
    • Frank Baker
      Tango Productions Inc.
      Post Production Supervisor
      http://tangoproductionsinc.com
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: {SOLVED}Grunge showcase wood background repeating

    Posted 13 years 9 months ago
    • Hi Frank,

      This one slipped through the net - :oops:

      What version of IE are you using as I am not able to replicate with IE9?

      Thanks for your patience 8)

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: {SOLVED}Grunge showcase wood background repeating

    Posted 13 years 9 months ago

Time to create page: 0.056 seconds