0
Welcome Guest! Login
0 items Join Now

Bottom portion of Rokwebify

    • Davida's Avatar
    • Davida
    • Rocketeer
    • Posts: 70
    • Thanks: 0

    Bottom portion of Rokwebify

    Posted 16 years 2 months ago
    • Can anyone tell me how to get rid of the red half on my site? I made changes to the template in Fireworks but it seems all of the changes didnt come over when I FTPed them over. Thanks in advance.

      url: www.beyondwallsva.com/mlb2
  • Re: Bottom portion of Rokwebify

    Posted 16 years 2 months ago
    • Hi Davida,

      Here is the css for your background:
      html {
      background:#BA3402 url(../images/bg.png) repeat-x scroll 0pt;
      }

      If you want your bg.png image to go all the way to the bottom, you can change your css to this:
      html {
      background:#BA3402 url(../images/bg.png) repeat scroll 0pt;
      }

      It would look better if your gradient was faded from top to bottom. Then you could add your bottom gradient color to the background.

      #BA3402 is that reddish color.
    • Davida's Avatar
    • Davida
    • Rocketeer
    • Posts: 70
    • Thanks: 0

    Re: Bottom portion of Rokwebify

    Posted 16 years 2 months ago
    • Ok thanks. Can you tell me why the changes that I made in Fireworks didnt come over? I thought maybe that would keep me from having to make adjustments in the files/folders.
    • Davida's Avatar
    • Davida
    • Rocketeer
    • Posts: 70
    • Thanks: 0

    Re: Bottom portion of Rokwebify

    Posted 16 years 2 months ago
    • You said: It would look better if your gradient was faded from top to bottom. Then you could add your bottom gradient color to the background.

      What changes do I make to get this effect?
  • Re: Bottom portion of Rokwebify

    Posted 16 years 2 months ago
    • Using Fireworks, if you fade the gradient from top to bottom, it will tile nicely.

      See the image attached.

      Then for your hex number you would enter #7e7e32.
      html {
      background:#7e7e32 url(../images/bg.png) repeat-x scroll 0pt;
      }
    • Last Edit: 16 years 2 months ago by Mike VanKirk.
    • Davida's Avatar
    • Davida
    • Rocketeer
    • Posts: 70
    • Thanks: 0

    Re: Bottom portion of Rokwebify

    Posted 16 years 2 months ago
    • Thanks for the help

Time to create page: 0.054 seconds