What I need is a black box filled with transparent text over a background image.
See this example:
Is this possible? If so, how can I do it?
What I need is a black box filled with transparent text over a background image.
See this example:
Is this possible? If so, how can I do it?
There is no cross-browser solution yet, only webkit seems to support masks.
-webkit-mask-image: url(/path/to/mask.png);
Here is a great guide, showing you just want you need.
http://www.silenceit.ca/2011/03/11/css-gradients-and-webkit-image-masks-on-text/
However, the solution as with all alpha masks, isnt completely cross browser compatible Im afraid!