I'd like to put a background image on a div, and place a perfored text over it (i.e. the border of the perfored text will be white).
So I can see the image only across the text.
Since my text is dynamic (can't make .PNG of every word) is there a way to do this in jquery/css? Or the only solution is SVG/Canvas?
Where could I start to do such a task? It must be cross-browser (at least) for some major release (I don't mind of IE7 for example).
-webkit-text-fill-color
works only on chrome...