Watermark Backgound Image Script
http://www.dynamicdrive.com/dynamicindex3/fixback.htm
Is there a way to make the background transparent? I can change the color but would like to make it transparent.
Thanks,
Ron
Watermark Backgound Image Script
http://www.dynamicdrive.com/dynamicindex3/fixback.htm
Is there a way to make the background transparent? I can change the color but would like to make it transparent.
Thanks,
Ron
Learn CSS Opacity
This will let you achieve what you want
You can apply this in your body element
...or you may wish to include it in your JS. See the links, there's a DOM tut.Code:body{ filter:alpha(opacity=40); -moz-opacity:.40; opacity:.40;}
See if it helps![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Bookmarks