Top "Dropshadow" questions

Dropshadow with css

I want to add a transparent dropshadow to my div. I have a container, and behind it I want to …

css opacity dropshadow
Add drop shadow effects to EditText Field

I am trying to design an EditText Field having Shadows (bottom and right side) like this tried googling & hunted …

android xml android-edittext effects dropshadow
UIView with rounded rectangle and drop shadow: shadow appears above rectangle

I've got a uiview subclass where I'm trying to draw a rounded rectangle with a drop shadow. Though it draws …

iphone objective-c uiview dropshadow
Making a <div> with a drop shadow only on the left and right sides

My goal is to add a drop shadow to the left and to the right side of a #container div, …

css dropshadow
DropShadow for WPF Borderless Window

I have a WPF Window with WindowStyle set to none. Is there some way I can force this window to …

wpf windows transparency dropshadow
iOS : How to add drop shadow and stroke shadow on UIView?

I want to add drop shadow and stroke shadow on UIView This is what my designer given me to apply …

ios objective-c uiview dropshadow strokeshadow
How to add a blurred drop shadow to a button?

I need to add blurred drop shadow to my button: I tried to create background with layer-list xml drawable, but …

android gradient blur dropshadow
Android ImageView drop shadow

I'm trying to add a drop shadow to an ImageView. The other Stackoverflow answer seems to be using canvas and …

android imageview dropshadow
JavaFX effect on background

I'm using this to make a iOS-themed JavaFX2 (Java7) application with a frosted glass effect. The problem is that this …

java user-interface javafx blur dropshadow
Drop-shadow in an undecorated Pane

I'm trying to make my Pane a little bit better, visually, so, what I'm doing is: set my stage UNDECORATED (…

javafx-2 dropshadow