Page 1 of 1

Background over objects.

Posted: Mon Apr 10, 2006 9:37 pm
by miniature
How can I do that the background in the body class (body{}) will be over all the object in the page? (Example - if the body background is black and there's five objects in the page with white background, all the page will be background)

Thanks,
Yoav.

Posted: Mon Apr 10, 2006 10:27 pm
by feyd
it's not possible to change the z order of the background.

Posted: Mon Apr 10, 2006 11:27 pm
by miniature
feyd wrote:it's not possible to change the z order of the background.
So there's no way to do what I want?

Posted: Mon Apr 10, 2006 11:32 pm
by feyd
I have no idea what you actually want to do.

Posted: Mon Apr 10, 2006 11:51 pm
by miniature
feyd wrote:I have no idea what you actually want to do.
Like that:
http://royalgames.3dfaculty.com/d/
Only instead of image I want background.

Posted: Tue Apr 11, 2006 12:34 am
by feyd
I still have no idea what you want. We will likely need a thorough explaination.

Posted: Tue Apr 11, 2006 2:36 am
by RobertGonzalez
Why in the world would you want to cover your content with a background? That defeats the purpose of the BACKground and renders your content virtually useless.

If you really want to accomplish what that site does, have a look at that site's HTML source and the CSS. That should put you on track.

Posted: Tue Apr 11, 2006 3:17 am
by matthijs
If you move the background to the foreground, well, it's not the background anymore but the foreground (duh). So, just use a foreground image of div or whatever you want to have on the foreground. Then use z-index to layer everything.