Entry and Sidebar Background Transparency

Nov 25, 2013 12:17

Hi,

Anyone know how to make the entries and sidebar background semi-transparent so the body background shows through? without the text and any images I post being transparent to?

Also I've set my background to fixed in my css but it's still scrolling with everything else :/

Thank you :)

sidebar, background

Leave a comment

Comments 3

jwllover November 26 2013, 11:35:10 UTC
I don't personally have an answer to your question, but I always use the following website for help and you might find your answers there:

http://www.w3schools.com/css/

Reply

ditzyfish November 26 2013, 21:19:03 UTC
Thanks for reply and the link :)

I have tried the codes on that website but I'm still getting my text and images turning semi transparent to. It's driving me crazy hehehe.

I went back through the entries on S2smoothsailing and found someone wanting to do the exact same thing with the conclusion that it appears to be impossible :-/

Reply


monarchist April 20 2014, 18:24:49 UTC
This is what I have to keep the background on my comm fixed:

body {
background: #000 url(image here) no-repeat fixed;
font: 15px calibri, sans-serif;
color: #000;
margin:0;
}

Reply


Leave a comment

Up