Is there a way to get a drop shadow on div borders, using css?
I've created a ribbon effect (see the top, left ribbon here), and I want the drop shadows to apply to the ribbon edges as well.
Thanks
Is there a way to get a drop shadow on div borders, using css?
I've created a ribbon effect (see the top, left ribbon here), and I want the drop shadows to apply to the ribbon edges as well.
Thanks
Not that I'm aware of. The drop shadow, as with the border, only apply's to the element itself.
I've never seen a css style be applied to another specific css style itself.