Appalaches Web wrote:
> Hi,
> 
> Is anybody knows how to turn a h1 tag transparent like a watermark ?
> 
> Thanks,
> GJ

If you just want to let the background "shine-through", then the 
following rules might help:

h1 {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

If you want to overlay other elements onto the h1 though, you will need 
to look at whether this solves your problem.


Regards,
Rahul.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to