Forums

Join
bbPress Support ForumsInstallationNeed help placing a div somewhere for custom background

Info

Need help placing a div somewhere for custom background

  1. Making an own background in BBpress is not as easy as it sounds.

    I have an image that is locked in the bottom right corner. But it wont show until I place this div in the right file:
    <div id="michael-j-pic"></div>

    This needs to be in the body of the index file. It has to be in the wrapper, and in firebug, it looks like this:
    http://img442.imageshack.us/img442/5281/bilde4e.png

    See? Between Body-id and Wrapper. But which file is this?

  2. This is the CSS code I have placed in style.css in structure:
    '

    #michael-j-pic {
    background:url("images/bakgrunn.png") no-repeat scroll right bottom transparent;
    position:fixed;
    height:100%;
    width:100%;
    z-index:1;

    }
    '

  3. Im using two boards to get support for this, so the code has changed slightly now.

    But the original question is: How can I create a background picture that is locked in the bottom corner, and doesnt scroll?

  4. Okay.. I have no made the picture appear. You can see it here http://www.michaeljackson.no/forum

    BUT, the header-background disappears.. How do I resolve this?

  5. Okay I have managed to resolve all the problems exept one. I need help with only this now.

    When scrolling down, the white footer covers the background picture. How can I make this footer transparent? It does not have a defined bg color even.

  6. I see I have a habit of turning these help topics of mine into developer diaries. Now the question is different, so I will make a new post for it instead.

  7. You must log in to post.