Forums

Making post box transparent using css? (3 posts)

  1. kneecoleful
    Member
    Posted 10 months ago #

  2. kneecoleful
    Member
    Posted 10 months ago #

    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

  3. kneecoleful
    Member
    Posted 10 months ago #

    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>

Reply

You must log in to post.

About this Topic