• I want a shadow around the edges of my blog. Like what you see around the WP page or what you can see here. Can anyone tell me how to do this?
    TIA…

Viewing 3 replies - 1 through 3 (of 3 total)
  • http://wordpress.org/images/bg-3.gif
    #bling (line 135)
    {
    background-color: transparent;
    background-image: url(images/bg-3.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    -x-background-x-position: center;
    -x-background-y-position: top;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    }

    Hint, use FF and get the web developer extension. Then select CSS|View style information. You will get a crosshair you can then click on the area from which you want the css info.

    Thread Starter Jabbok

    (@jabbok)

    Oh….I see. I thought it was something that could be done with the CSS alone. I didn’t know it was a part of the background image!
    Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The Shadow’ is closed to new replies.