Page 2 of 2

Re: Background issues??

Posted: Wed Sep 02, 2015 3:23 pm
by Emrys
@Mikari: Hehe, I couldn't resist. I haven't had any layout with him yet and that is travesty (also there is a single bottle of liquor in that picture so shhhhh totally counts with the network theme >>). Also, that didn't seem to work either and i'm not sure what else could be interfering with it.

Re: Background issues??

Posted: Wed Sep 02, 2015 4:27 pm
by dubiousdisc
Ok, I think I might be able to do this, just give me a while to work on this problem and I'll be back!

Edit: Actually, could you give me the two background assets you are working with? I've been trying with fake assets I've made myself but it would be much easier with the real deal.

Re: Background issues??

Posted: Wed Sep 02, 2015 4:47 pm
by Mikari
Like I said on twitter, it's the overlapping on the body background that's causing it to disappear.

Here's a possible solution since divs seems to be much more background friendly:

Code: Select all


html, body { width:100%; height:100%; padding:0px; margin:0px; }

div#testtest { background: url(test/bgx.png) right 0px bottom 50px repeat-x, url(test/bg.png) right 0px top 0px repeat; width:100%; height:100%; }

<body> <div id="testtest"> PAGE </div> </body> 

Re: Background issues??

Posted: Wed Sep 02, 2015 7:58 pm
by Camy
I second Mikari's, it's easier to put this sort of thing into a div rather than putting it in the body and html.

Re: Background issues??

Posted: Thu Sep 03, 2015 1:13 am
by Emrys
Getting it figured out finally; thanks so much for everyone's quick responses and eagerness to help dksgadkj it means a lot ;_____;

Re: Background issues??

Posted: Fri Sep 04, 2015 12:31 am
by Camy
Great to hear that it works <3

Re: Background issues??

Posted: Fri Sep 04, 2015 2:00 pm
by Mikari
It looks awesome <3 Shizuo

Re: Background issues??

Posted: Fri Sep 04, 2015 2:07 pm
by Crystal
Yay! I'm happy you got it figured out. The layout is awesome! :D

Re: Background issues??

Posted: Fri Sep 04, 2015 4:30 pm
by dubiousdisc
I'm glad it worked out 8)