Jump to content

[HELP] DIV CODE PROBLEM!


MustiC

Recommended Posts

Hello freaks,

 

I have put a background on my website, but the background appears on the front. I want to put this background on the back.

 

This is my DIV code in the .css file!

 

#logo_game {
  background-image: url("/images/bg.jpg");
  background-repeat: no-repeat;
  position: absolute;
  height: 457px;
  width: 951px;
  top: 0px;
  left: 50%;
  margin-left: -700px;
  z-index: 1;
}

 

How can I fix it that the background will appear in the Back of my site.

 

I hope some of you can help me out with this!

 

Regards,

 

MustiC

Link to comment
https://forums.phpfreaks.com/topic/200591-help-div-code-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.