Re: [PHP] Making Text [not the background] transparent

2005-09-02 Thread Joe Wollard
Graham: Unless you need a specific font you could just do this by using pure CSS. If you do, the image layer would be behind the text layer. The text layer can be set to any color and (in most every modern browser) any alpha level. div style=filter: alpha(opacity=90); opacity:0.9;

[PHP] Making Text [not the background] transparent

2005-08-31 Thread Graham Anderson
How do I make the text transparent over the background ? In my web app, I want to to put a layer BEHIND the image to control the color of the php-created text So, the layer color in the web app shows thru the text php creates Would like to use alpha transparency so the color looks clean