I want add "shadow"/"cover" (I'm not sure how to name it) to my div, with css.
cover on:
http://imageshack.us/photo/my-images/842/shadowon.png/
cover off:
http://imageshack.us/photo/my-images/502/shadowoff.png/
I can do it with an additional div using the background-image
property where a png file with a small opacity is used. But I want solve this issue with css.
It is possible?
Any help would be appreciated.