Hi. I'd like to make the box that contains the text on the image slider semi-transparent.
I've tried to do it, but for some reason my text becomes transparent too. Can anyone help me?
You can see the site here: http://www.sdsnet.dk/ny
Hi. I'd like to make the box that contains the text on the image slider semi-transparent.
I've tried to do it, but for some reason my text becomes transparent too. Can anyone help me?
You can see the site here: http://www.sdsnet.dk/ny
I've made it semi-transparent by adding this to the css:
#featured .entry{
background-color:#444;
/* For IE */
filter:alpha (opacity=60);
/* CSS3 Standard */
opacity:0.6;
padding-left:3px;
margin-bottom:8px;
height:242px;
overflow:hidden;
border-bottom:none;
padding-bottom:0;
}
Glad that you solved the problem. You can also use a semi transparent png as a background image.
You must log in to post.