Questions tagged [dropshadow]

361 questions
11
votes
4 answers

Internet Explorer - CSS Shadow All Around

I have been ripping my hair out over this issue, I want a simple shadow that does around the whole element, besides for the top. I got it to work in Firefox and Chrome with no problem. But IE has this weird "direction" setting where as the other as…
Thomas Depole
  • 839
  • 4
  • 13
  • 21
11
votes
2 answers

Dropshadow with css

I want to add a transparent dropshadow to my div. I have a container, and behind it I want to place a dropshadow. I don't want the dropshadow to have a color. This is what I have so far: .content_right1{ background:#fff; …
user952691
  • 147
  • 1
  • 2
  • 5
11
votes
5 answers

Is there any way to do a Material-style shadow in API < 21 (5.0 Lollipop)?

Material design makes a huge emphasis on the metaphor of "sheets of paper". To make these, shadows are essential. Since Material design is a philosophy and not an API (despite it being built into L), this should be done anywhere (Windows Forms,…
Ky -
  • 30,724
  • 51
  • 192
  • 308
10
votes
3 answers

How to add a shadow effect for UINavigation bar

Hello, I want to add this kind of shadow for my NAvigationBar How can I do that. This is how I tried to add shadow. [self.navigationController.navigationBar setBackgroundImage:[UIImage new]…
user1960169
  • 3,533
  • 12
  • 39
  • 61
9
votes
3 answers

iOS: Create one sideded dropshadow

I have the below menu style layout that mimics facebook. I would like to have a dropshadow on the left side like below however the code I am using with layer shadows makes the application LAGGY. I have not been able to find a good alternative…
Bot
  • 11,868
  • 11
  • 75
  • 131
9
votes
1 answer

Apply blend mode to drop-shadow only

Is it possible to blend only the drop-shadow of an element with the color of the element it is overlapping? For example: I have one element overlapping the other. The element on top has a light-grey drop shadow. The element below is black. I don't…
mannystar
  • 93
  • 1
  • 1
  • 5
9
votes
3 answers

C# UWP Toolkit DropShadowPanel inner shadow

In C# UWP how to make inner shadow effect? Like this: I have created one grid with just a border, but shadow is populating the whole grid.
user3239349
  • 877
  • 1
  • 12
  • 33
9
votes
2 answers

Glow effect on MouseEnter WPF

I'm new in WPF(c#). I need make a glow effect around image control using triggers. How can I do make glow effect on mouse-enter event? I want to use your answer i my style. My effect is:
Babak.Abad
  • 2,839
  • 10
  • 40
  • 74
8
votes
2 answers

UIView with corner Radius and Shadow view doesn't clip subviews in corners

Below is the code for a custom Card View. The problem is, when I add the subviews to this in Interface builder it doesn't apply the corner radius to the subview. For the most part, I can get away with this by making subviews have a clear background…
StartPlayer
  • 485
  • 4
  • 21
8
votes
3 answers

Styling Bars and Lines with Chart.js

We have been using Chart.js for several months now and like the power it gives us with ease of programming. One of the things we would like to start adding to the charts produced from Chart.js is a little nicer styling of the charts we generate.…
Mike Ishmael
  • 95
  • 1
  • 5
8
votes
4 answers

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 (OK) and (TRYING) to add a drop-shadow effect (NOT OK). I've found some similar cases, though none work: creating undecorated stage in javafx…
Gabriel Lopes
  • 83
  • 1
  • 1
  • 4
7
votes
3 answers

Adding feDropShadow to a vertical line in SVG makes it disappear

I have the following SVG document:
jwir3
  • 6,019
  • 5
  • 47
  • 92
6
votes
3 answers

Remove drop shadow of an ImageView

In Android Studio I integrated an ImageView with an unwanted drop shadow, which I cant seem to get rid off. How do you make the picture blend in to the background? I tried setting the background of the button to transparent and…
Lukas Köhl
  • 1,569
  • 2
  • 15
  • 28
6
votes
3 answers

Draw Drop Shadow Outside UIView

Background I have a UIView with the following properties: alpha = 1 backgroundColor = white, with 0.35 opacity rounded corners drop shadow Code This is how I create the drop shadow: (UIView extension) self.layer.masksToBounds =…
LinusGeffarth
  • 27,197
  • 29
  • 120
  • 174
6
votes
2 answers

Is there a way to make svg polygon drop-shadow to have an opacity?

Is there a way to have an opacity coded into this polygon? I am trying but filter: drop-shadow( 6px 0 2px rgba(xxx,xxx,xxx,x.x)) doesnt seem to work. Here is a jsfiddle: http://jsfiddle.net/buhL2wjb/ html:
Chipe
  • 4,641
  • 10
  • 36
  • 64
1 2
3
24 25