Background issues??

Everything related to the visual and coding aspects of websites.
Emrys
Posts: 188
Joined: Fri Oct 18, 2013 1:43 pm
Location: Canada
Contact:

Re: Background issues??

Post 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.
dubiousdisc
Administrator
Posts: 2535
Joined: Thu Jun 21, 2012 5:49 pm
Contact:

Re: Background issues??

Post 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.
Mikari
Posts: 3159
Joined: Thu Jun 21, 2012 6:30 pm
Location: Coruscant
Contact:

Re: Background issues??

Post 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> 
User avatar
Camy
Administrator
Posts: 1482
Joined: Mon Jul 16, 2012 9:21 pm
Location: Texas
Contact:

Re: Background issues??

Post 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.
I accept your challenge, "high prince", but I am no general.
Emrys
Posts: 188
Joined: Fri Oct 18, 2013 1:43 pm
Location: Canada
Contact:

Re: Background issues??

Post by Emrys »

Getting it figured out finally; thanks so much for everyone's quick responses and eagerness to help dksgadkj it means a lot ;_____;
User avatar
Camy
Administrator
Posts: 1482
Joined: Mon Jul 16, 2012 9:21 pm
Location: Texas
Contact:

Re: Background issues??

Post by Camy »

Great to hear that it works <3
I accept your challenge, "high prince", but I am no general.
Mikari
Posts: 3159
Joined: Thu Jun 21, 2012 6:30 pm
Location: Coruscant
Contact:

Re: Background issues??

Post by Mikari »

It looks awesome <3 Shizuo
Crystal
Posts: 2320
Joined: Thu Jul 19, 2012 5:02 pm
Location: Alberta Canada
Contact:

Re: Background issues??

Post by Crystal »

Yay! I'm happy you got it figured out. The layout is awesome! :D
There are shadows before us - but only because the light is at our back.
dubiousdisc
Administrator
Posts: 2535
Joined: Thu Jun 21, 2012 5:49 pm
Contact:

Re: Background issues??

Post by dubiousdisc »

I'm glad it worked out 8)
Post Reply