• Hi guys, well basically if you visit you will see the site this is in reference to.

    Basically, I want the main post there saying welcome and all of that, to be transparent, so that the picture shows through, and makes it so you can still see the text with opacity.

    I was curious if this might be a css in the general post fix, or if something deeper was required or if it is even possible! I’m a bit new and am making this site for my girlfriend, so I’m really going from the ground up learning with all this!

    I really appreciate any help anybody can offer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kneecoleful

    (@kneecoleful)

    aww man big old foul up. Its http://www.scatterscapes.com and I’ll copy my post so its not all just a link.

    Basically, I want the main post there saying welcome and all of that, to be transparent, so that the picture shows through, and makes it so you can still see the text with opacity.

    I was curious if this might be a css in the general post fix, or if something deeper was required or if it is even possible! I’m a bit new and am making this site for my girlfriend, so I’m really going from the ground up learning with all this!

    I really appreciate any help anybody can offer!

    Reply

    Thread Starter kneecoleful

    (@kneecoleful)

    For reference I have this in the post body now,

    <style=”css/style”>
    div#post {
    filter: alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
    }
    </div>
    </style>

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

The topic ‘Making post box transparent using css?’ is closed to new replies.