• This might have been discussed before, but here’s what my code looks like.

    /* 2)-=-=-=- Structure -=-=-=- */

    #container {
    padding-top: 0px;
    width: 765px;
    margin: 0 auto;
    text-align: left;
    }

    .container_left {
    background: url(images/container.gif) repeat-y;
    }

    .container_right {
    background: url(images/container_right.gif) no-repeat top right;
    }

    .topline {
    background: url(images/container_top.gif) no-repeat;
    }

    #content {
    padding-top: 150px;
    margin: 20px;
    width: 480px;
    }

    #content_bg {
    background: url(images/attempt.gif) repeat-y;
    }

    /* Uncomment if you want to use the tagline feature (make sure you uncomment h1 above and comment the original h1) – off by default
    .tagline {
    color: #888;
    margin: -18px 0 0 9px;
    position: absolute;
    font-size: 1em;
    }
    */

    ………………………….

    I want to make the image within:

    .container_left {
    background: url(images/container.gif) repeat-y;
    }

    NOT show up until 150 pixels down. If I just do the padding thing in CSS.. it tends to put the whole page down another 150 pixels.. as opposed to just this background.

    Any help??

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter codyhobbs

    (@codyhobbs)

    Yes I do??

    .container_left {
    background-position: 0 150px;
    background: url(images/container.gif) repeat-y;
    }

    Ok. To cut doiwn on the messing why not just restructure the xhtml a bit. Start your containers lower dow. Put the header image in first on its own. Thats all I can suggest because I am sure that one shadow is sitting on top of the other.

    Thread Starter codyhobbs

    (@codyhobbs)

    I don’t know how to do that or I would.. how do I put the header image in on it’s own?

    Thread Starter codyhobbs

    (@codyhobbs)

    Here, can you look at it now? I bassically just took the other image out to show you how I want it.. now I just want the other image that was there resting on top of this without the shadey things on the side interfering.

    RE: Greenmarinee Theme for WordPress.

    hello: i have this theme installed on my wordpress blog, and i am unable to edit or make any changes to the sidebar. i noticed the note “.uncomment” ? What does that mean? I have tried to add my technorati favoriets to the sidebar and i am unable to get this to work. I have also attempted to edit the “author” area on the sidebar, and the tagline area Thanks!!

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Padding a Single Image’ is closed to new replies.