Nutritioustim
Nutritioustim

Reputation: 2738

Possible to have Drop Shadow on Div Border?

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

Upvotes: 0

Views: 306

Answers (1)

Christopher Marshall
Christopher Marshall

Reputation: 10736

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.

Upvotes: 1

Related Questions