Forum Moderators: not2easy
With gif the transparency works but the text is also transparent above the image
this is the div where I include the backgorund image
.node {
padding-top: 15;
padding-right: 0px;
padding-bottom: 15;
padding-left: 0;
background-image:url(images/nodebackground.png);
background-repeat:repeat;
float:left;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
filter: Alpha(Opacity=25;
}
So can somebody explain how to make it transparent, but only the image not the text - does it work with png or gif?
thanks
I usually use (or convert) .jpgs (.png are not ready for 'prime time' yet). Don't use a lot of .gifs when working with my own images. What is the background color of the .gif - does it have one or is it fully transparent already? I would suggest continuing to practice and work with various options.