Looking for the best approach for a non-image CSS Drop Shadow technique.
I have a popup that I would like to add a shadow to.
Bonus question:
Can it work with:
- -moz-border-radius
- -webkit-border-radius
Looking for the best approach for a non-image CSS Drop Shadow technique.
I have a popup that I would like to add a shadow to.
Bonus question:
Can it work with:
I can't tell whether it's the best approach, but you might want to check out the ASP.NET AjaxControlToolkit DropShadow extender. It creates a few styled div
to simulate the shadow.
You can use box-shadow and -webkit-box-shadow, see:
for more info.