Questions tagged [dropshadow]
361 questions
-1
votes
1 answer
Tkinter dropshadow on frame and label text
Is there anyway to possibly give a tkinter frame a dropshadow? it seems like it would be a basic feature but i dont see anyway how to do it?
Your help is much appreciated

Asher
- 19
- 1
-1
votes
1 answer
Adding drop-shadow to map layer
I'm a UI Designer, and my client will use mapbox for his website. I'm working on a custom style where I want to make the whole map white with a drop-shadow.
I know only basics for now, so there's my question. How can I add a drop-shadow for 'land'…
-1
votes
2 answers
Can the shadow from `drop-shadow` only be cast onto specific elements?
The top image below indicates how drop-shadow would be drawn if applied to the top element. I'm trying to determine if it's possible to have the shadow cast only upon certain objects (as illustrated in the bottom image).
I'm open to non-standard…

David Link
- 536
- 3
- 9
-1
votes
1 answer
SVG logo drop-shadow property not working in IE
Drop shadow property for SVG logo not working in IE, but working in chrome.
I have used this:
filter:drop-shadow(0px 0px 2px #a2a2a2);
-ms-filter:drop-shadow(0px 0px 2px #a2a2a2);
-webkit-filter:drop-shadow(0px 0px 2px #a2a2a2);

Rosy Babu
- 3
- 2
-1
votes
1 answer
How is context.shadowBlur defined
How is context.shadowBlur defined? It seems that it has something todo with the line width:
var c=document.getElementById("myCanvas1");
var…

wutzebaer
- 14,365
- 19
- 99
- 170
-1
votes
1 answer
Bottom shadow to ListPopupWindow android
I am using ListPopupWindow and want to add bottom shadow to it. Below is my code -
listPopupWindow = new ListPopupWindow(getApplicationContext());
listPopupWindow.setContentWidth(500);
listPopupWindow.setDropDownGravity(Gravity.CENTER |…

Ravi Bhandari
- 4,682
- 8
- 40
- 68
-1
votes
2 answers
WPF borderless form using WindowGlows to create a dropshadow
So I found this while I was searching for ways to get borderless wpf forms to drop a shadow. It creates a drop shadow like that of visual studio or microsoft office. After downloading from the mentioned site, I've referenced the WindowGlows.dll file…

Ryan Codrai
- 172
- 8
-1
votes
3 answers
How can I make a fancy drop shadow?
I have an "article" tag and I want to make it have a fancy drop shadow with lifted corners. I want to avoid using images and make it purely with CSS if possible at all.
This is an example of something that looks like what I want to achieve:
Here…
user3672407
-1
votes
1 answer
How do i give a youtube video drop shadow
I'm trying to give a youtube video a drop shadow.
how can i do this with css?
I have tried to use a image background behind to youtube video but when using the positions properties it conflicts with other divs

edaldud
- 1
- 2
-1
votes
2 answers
adding a drop shadow to drop down menu secondary links
below is the JSFiddle for a drop down menu that I am using. Using just css can somebody please show me how to add a drop shadow to the secondary bar (the drop down bar) as I am not very good with CSS and I am still…

user3262259
- 37
- 1
- 2
- 5
-1
votes
1 answer
How can I have a shadow around undecorated jframe?
I have an undecorated JFrame
and I dont like the fact that it doesnt have a drop-shadow like a decorated jframe. I want to put a dropshadow on it.

Plixel
- 1
- 4
-1
votes
1 answer
CSS dropshadow doesn't reach the bottom of the page?
I wanted to use a dropshadow on both sides of my main content but it's not reaching the bottom of the page. It cuts it off what looks like 100 or so px before the end. Haven't been able to figure out why. Would appreciate any help!
HTML file:…

detection
- 3
- 2
- 4
-2
votes
1 answer
Make Image Drop Shadow
I was wondering if anyone know how to make a dropped image shadow on the fly. When I get an input image I would like to have it displayed as the preview shows. Any tips or examples to get started in the right direction would be very appreciated.

Brianjs
- 2,079
- 2
- 20
- 32
-2
votes
1 answer
filter: drop shadow just on background
I am using a .png image and I want to create a big white shadow, like an aura, around it; but I want it just to affect the background, and not text and other elements I have in the page!
How it could be helped? Is there a method for making the…

Marco-dev
- 202
- 2
- 11
-3
votes
1 answer
Drop Shadow in Raphael
I am wanting to create a drop shadow for an object (or anything for that matter) with Raphael. I was searching around the web and found some sources, but was unclear as to how I would apply it to my code. From what I understand there is a blur()…

John Doe
- 1,950
- 9
- 32
- 53