I’m using the CurvyCorners for my rounded corners at the moment. I’m also using the shadow plugin from http://eyebulb.com/dropshadow/. The problem is the dropped shadow is a box, whereas the element above it has rounded corners. Any suggestions on getting a rounded corner shadow?
Share
The corners plugins are typically hacks performed with multiple div tags or SVG rendering inside your original div. The original div is still a square so that’s what the drop shadow is going to render as.
You’re trying to do too much with plugins and have basically reached the limit of what you can do with them. I’d suggest going the old fashioned route and create some PNG images and refactor some of your html to achieve the effect.