Top "Dropshadow" questions

Android View shadow

I searched around, and I could not find a proper way to do this. I want to have the following …

android shadow dropshadow
Drop shadow on a div container?

I have a searchbox with auto-suggest that pops a div up underneath it with multiple search string suggestions (like google). …

css html dropshadow
Custom ImageView with drop shadow

Okay, I've been reading and searching around, and am now banging my head against the wall trying to figure this …

android overriding imageview dropshadow
apply drop shadow to border-top only?

How do you apply a drop shadow to a specific border edge? For example, I have the following code: header …

css border dropshadow
WPF drop shadow

Whenever I set the Border.Effect property to a drop shadow effect every control contained within the control has a …

wpf dropshadow
css3 drop shadow under another div, z-index not working

i'm trying to use a drop shadow to make it look like one div (the header) is "above" another. my …

html css z-index dropshadow
Android Drop Shadow on View

I have done some extensive searching for code examples on this but cannot find anything. In particular, I am looking …

android xml imageview shadow dropshadow
CSS Speech Bubble with Box Shadow

Creating a DIV that uses CSS to draw a triangle to the left. Trying to apply a uniform box-shadow to …

html css css-shapes dropshadow
Drop Shadow On A Borderless WinForm

I'm trying to drop a shadow around the whole form just like the first picture, except that that is a …

c# vb.net winforms dropshadow
Flutter - Container BoxShadow disappears on scroll in a ListView

This is what my Container looks like: new Container( width: 500.0, height: 250.0, padding: new EdgeInsets.fromLTRB(20.0, 40.0, 20.0, 40.0), decoration: new BoxDecoration( color: const …

listview dart dropshadow flutter