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
http://www.w3schools.com/css/
Reply
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
body {
background: #000 url(image here) no-repeat fixed;
font: 15px calibri, sans-serif;
color: #000;
margin:0;
}
Reply
Leave a comment