I'm not a graphic designer at all, but I know a bit about CSS, etc. I'm helping a really tiny non-profit try to put up a web presence, and one of the things they want on their homepage is this image behind some text (kind of semi-transparent or semi-opaque or whatever the terminology is). In looking around at tutorials and posts on other forums, I've found out you can use the following to adjust opacity in the various browsers:
[quote]
opacity:.5;
filter:alpha(opacity=50);
-moz-opacity:.5;
</CODE>
However, when I use that, it doesn't look so good. The image does become a little more opaque or whatever, but the text in front of the image starts looking nasty, so it doesn't seem to accomplish the effect they're going for.
Another idea I've noticed on the home page of csszengarden.com and the following URL is that you can simply make the image kind of opaque or whatever to begin with and then it doesn't distort the text:
http://csszengarden.com/?cssfile=/111/111.css&page=0
However, I've been trying to figure out how to modify an image to kind of be like this:
http://csszengarden.com/111/praeamble_bg.jpg
I don't think I know the proper terminology, because I've been Googling around for help with Paint Shop Pro and transparency or opacity, but so far I haven't found out how to use it to make an existing image like this. Please let me know if you have any advice!
Thanks... [img]/emoticons/frusty.gif[/img]
[quote]
opacity:.5;
filter:alpha(opacity=50);
-moz-opacity:.5;
</CODE>
However, when I use that, it doesn't look so good. The image does become a little more opaque or whatever, but the text in front of the image starts looking nasty, so it doesn't seem to accomplish the effect they're going for.
Another idea I've noticed on the home page of csszengarden.com and the following URL is that you can simply make the image kind of opaque or whatever to begin with and then it doesn't distort the text:
http://csszengarden.com/?cssfile=/111/111.css&page=0
However, I've been trying to figure out how to modify an image to kind of be like this:
http://csszengarden.com/111/praeamble_bg.jpg
I don't think I know the proper terminology, because I've been Googling around for help with Paint Shop Pro and transparency or opacity, but so far I haven't found out how to use it to make an existing image like this. Please let me know if you have any advice!
Thanks... [img]/emoticons/frusty.gif[/img]


Comment