So I have css code as follows:
.jumbobg { background: url(\'http://znc.mane-frame.com/static/silverleaf.png\') fixed
Try this:
background-image: url('http://znc.mane-frame.com/static/silverleaf.png'), url(../img/banner-1008444.jpg); background-repeat: repeat, no-repeat; background-position: 0 0; background-size: 350px 350px, cover;