Header background code

GK User
Sun Feb 05, 2012 12:21 am
intending to replace the back ground in the header, here is what I put and it did not work, replaced in the template CSS.

#gkPageTop.dark { margin: -39px -35px 0 -35px; padding: 39px 35px 0 35px; background: #151515; background-image:url('../images/nameplate_menu_bkgd_repeat.jpg')

can anyone tell me what i did wrong and I need it to repeat Horz

thanks
User avatar
Senior Boarder

GK User
Sun Feb 05, 2012 2:50 pm
Please make sure that the image nameplate_menu_bkgd_repeat.jpg exists under your template image folder. I used this code to change background of my site and it worked for me:
Code: Select all
#gkPageTop.dark{
background: url("image.jpg") repeat scroll 0 0 #151515;
}
User avatar
Platinum Boarder

GK User
Tue Feb 14, 2012 4:54 pm
thanks guys
User avatar
Senior Boarder

GK User
Wed Feb 15, 2012 10:18 am
You are welcome, just feel free to let me know if you need any other helps.

Have a nice day!
User avatar
Platinum Boarder


cron