2012-07-22, 02:31 AM
I'm trying to change the background of my forum.
www.ncisclan.com
*If you've visited it before, please view it in Incognito so the cache and cookies are reset.
I have this in my theme, global.css
And then this in my templates, index > index
It used to work fine but I changed the background to a new one but it's not repeating as I want it to.
Thanks,
iHydra
www.ncisclan.com
*If you've visited it before, please view it in Incognito so the cache and cookies are reset.
I have this in my theme, global.css
.backgroundimg {
position: fixed;
top: 0px;
left: 0px;
z-index:-10;
repeat;
background-repeat: repeat;
}
And then this in my templates, index > index
<img class="backgroundimg" src="images/battlefield/background.png"/>
It used to work fine but I changed the background to a new one but it's not repeating as I want it to.
Thanks,
iHydra