4

What I need is a black box filled with transparent text over a background image.

See this example: Example

Is this possible? If so, how can I do it?

Don't Panic
  • 41,125
  • 10
  • 61
  • 80
George Boot
  • 585
  • 2
  • 8
  • 17

2 Answers2

3

There is no cross-browser solution yet, only webkit seems to support masks.

-webkit-mask-image: url(/path/to/mask.png);

http://trentwalton.com/2011/05/19/mask-image-text/

NCode
  • 2,758
  • 1
  • 16
  • 25
1

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!

Graeme Leighfield
  • 2,825
  • 3
  • 23
  • 38