• Resolved notw

    (@notw)


    Hi,

    I thought this would be easy, uploaded my background seamless graphic pattern to JFR theme to the style css,

    /* Typography & Colors */

    /* Structure */
    *{
    margin:0;
    padding:0px;
    }
    body {
    background:url(images/hicks13.png)repeat transparent;
    margin: 0 auto;
    padding: 20px;
    width:1150px;

    the pattern is all over the place on top of everything instead of underneath everything else. The content container seems to be transparent, I tried changing the background to white but the pattern is still on top.

    With other words I have layer issues: the wallpaper should be the bottom layer and the rest should be on top, the transparent command allows the rest of the content to be seen, but I need no wallpaper at all in my content container. I have a header image and a footer image too.

    I need help with the formatting hierarchy, make the content container background white, but show the footer image, the header image and wallpaper background image somehow.

    Thank you!

    N

Viewing 2 replies - 1 through 2 (of 2 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    Thread Starter notw

    (@notw)

    Thanks very much Esmi, I solved it, had to color each container separately as they were transparent.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘background wallpaper problem’ is closed to new replies.