CarveMe tries to simulate an inset text-shadow effect with CSS3.
color: transparent;
background-color: rgba(82,96,117,0.5);
-webkit-background-clip: text;
text-shadow: rgba(255,255,255,0.5) 0 5px 6px;
Note that it doesn’t work well on all backgrounds and you might have to adjust the colors. Also, it’s not easy to add a fallback, so make sure you use Modernizr.
See the Demo →
Sdsu Black Board
I’m loving simurai’s CSS3 experiments. Amazing stuff