*

Recent

Author Topic: adding a background image  (Read 6676 times)

outlaw16151

  • Jr. Member
  • **
  • Posts: 54
  • Force: +0/-0
    • OutlawsGameroom
adding a background image
« on: July 03, 2015, 01:42:19 PM »
ok i want to add a background image instead of just the color background, but everything else i want to stay the same.

am-fs

  • Owner
  • Developer
  • Full Member
  • ******
  • Posts: 228
  • Force: +1/-0
    • Great Flash Games
Re: adding a background image
« Reply #1 on: July 03, 2015, 09:41:15 PM »
change:
Code: [Select]
background: #333333;
to:
Code: [Select]
background: #FFFFFF url('images/background.png') repeat-x 0 top;

or:
Code: [Select]
background:#FFFFFF url('images/background.png') no-repeat top center;
« Last Edit: July 03, 2015, 09:59:58 PM by am-fs »

outlaw16151

  • Jr. Member
  • **
  • Posts: 54
  • Force: +0/-0
    • OutlawsGameroom
Re: adding a background image
« Reply #2 on: July 04, 2015, 12:25:42 AM »
ok  the image shows, but only goes down half way down the page

outlaw16151

  • Jr. Member
  • **
  • Posts: 54
  • Force: +0/-0
    • OutlawsGameroom
Re: adding a background image
« Reply #3 on: July 07, 2015, 02:36:47 AM »
Nevermind on the background image, its way too much trouble