Tagged Questions
The shadow tag has no wiki summary.
34
votes
5answers
25k views
Creating a CSS3 box-shadow on all sides but one
I've got a tabbed navigation bar where I'd like the open tab to have a shadow to set it apart from the other tabs. I'd also like the whole tab section to have a single shadow (see bottom horizontal ...
30
votes
8answers
31k views
Inner text shadow with CSS
I am currently playing around with CSS3 and trying to achieve a text effect like this (the black blurry inner shadow):
But I cannot find a way to create text shadows inside the text. I wonder ...
23
votes
3answers
13k views
Box-shadow only on one side
Many times i need to create a shadow of some block element but only (for example) on its right side. The way I do it is to wrap the inner element with box-shadow into an outer one with padding-right ...
13
votes
6answers
30k views
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). Is it possible to have drop shadow on the auto-suggest box with CSS or ...
11
votes
8answers
7k views
Remove UIWebView Shadow?
Does anyone know if its possible to remove the shadow that is placed on the UIWebView window?
Example: http://uploadingit.com/files/1173105_olub5/shadow.png
If its possible how do you do it?
...
8
votes
2answers
8k views
What is the best way to create a shadow behind a UIImageView
I have a UIImageView that I want to add a shadow behind. I wish that apple had that as a property but they have to make lots of things hard for us programmers so I need to ask this question.
8
votes
4answers
10k views
7
votes
2answers
8k views
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 to add a shadow to a png drawable I am using in an ImageView. This png drawable ...
7
votes
1answer
8k views
7
votes
6answers
8k views
Prevent box shadow from showing on a specific side
Is there any way to create a css box-shadow in which regardless of the blur value, the shadow only appears on the desired sides?
For example if I want to create a div with shadows on left and right ...
7
votes
7answers
14k views
iPhone UILabel text soft shadow
I know soft shadows are not supported by the UILabel out of the box, on the iPhone. So what would be the best way to implement my own one?
EDIT:
Obviously I will subclass the UILabel and draw in the ...
6
votes
3answers
149 views
iphone - How can I produce an imageview with both rounded corner and shadow?
something exactly like above?
I know how to produce a rounded corner:
imageView.layer.cornerRadius = 10;
imageView.layer.shouldRasterize = YES;
imageView.layer.masksToBounds = YES;
For the ...
6
votes
4answers
378 views
CSS box-shadow: Only apply to part of an element
I've got an element that I want to have a shadow accent just on one end, like this (from Photoshop):
The closest I've gotten is like this (HTML + CSS3):
So, is it possible to make the shadow fade, ...
6
votes
1answer
1k views
Animating CALayer's shadowPath property
I am aware that a CALayer's shadowPath is only animatable using explicit animations, however I still cannot get this to work. I suspect that I am not passing the toValue properly - as I understand ...
6
votes
8answers
3k views
CSS box shadow on container div causes scrollbars
I have a website with the following setup:
<div id="container">
<div id="header"></div>
<div id="content"></div>
<div id="clearfooter"></div>
...
6
votes
2answers
2k views
Add shadow (recessed text effect) to Cocoa label without degrading text rendering quality
I'd like to create statusbar with text effect like in Safari or iTunes, i.e. recessed text.
However, if I simply add shadow in Interface Builder using Core Animation panel, OS X's worst text ...
6
votes
2answers
5k views
How Do I Create Cheap Shadows In OpenGL?
I have two models, A and B, and one light, L. I would like model A to cast a shadow on model B. I don't want to bother with shadow volumes or proper shadows for the moment, just a simple circle ...
5
votes
2answers
248 views
iOS - How to achieve emboss effect for the text on UILabel?
Can I know how to have the emboss effect as the text "Reminders" as shown on the picture?
It looks like the text are embedded?
Thanks
5
votes
3answers
182 views
light text shade with CSS 3
Is it possible to have the same text effect (inner shadow, shade) as this image:
using CSS3, and how?
5
votes
1answer
278 views
Compute shadow length using PyEphem
I am using PyEphem and want to calculate the length of a shadow (assume a stick of unit length is planted in the ground). The length will be given by cot(phi), where phi is the solar elevation angle ...
5
votes
1answer
2k views
Draw an Inset NSShadow and Inset Stroke
I have an NSBezierPath and I want to draw in inset shadow (similar to Photoshop) inside the path.
Is there anyway to do this? Also, I know you can -stroke paths, but can you stroke inside a path ...
5
votes
2answers
3k views
How to prevent Android's drawBitmap from only drawing black images?
As per the original question, The end result is a rounded-rect png in an ImageView with a natural looking drop shadow.
I have the shadow working, but when it draws, it makes the entire image black.
...
4
votes
1answer
269 views
iOS Core Graphics: Draw ONLY shadows of a CGPath
I am drawing a simple path in iOS 5 with Core Graphics:
CGMutablePathRef path = CGPathCreateMutable();
CGPathMoveToPoint( path, NULL, center.x , topMargin );
CGPathAddLineToPoint(path, NULL, ...
4
votes
2answers
175 views
CSS - Mozilla bug? box-shadow:inset not working properly
Basically the below code should simply be a white page with a shadow around the edge. This works fine in Chrome but I can't seem to get it to work in Firefox!
<html>
<head>
<style ...
4
votes
1answer
196 views
Theoretical computer graphics - Ray casting algorithm
I was studying for a Computer Graphics exam using previous iterations and I came across this question
Comment the following:
"The ray-casting algorithm is fine for
calculating projected ...
4
votes
2answers
652 views
Quartz based drop shadows don't work for me on UITextView
I have been able to add shadows to many UI objects in my view, including rather nicely drop shadowing some custom drawing in a UIImageView. However the same code produces nothing when applied to a ...
4
votes
4answers
887 views
OpenGL: Easiest way to make shadow and light Volumes?
I want to ask what is the easiest way to make shadow and light volume ? How can I bring to scene more realism? Do you know any nice tricks ? I hear that to make shadow i must use stencil buffer, but I ...
4
votes
1answer
3k views
Inner shadow in Core Graphics
I want to do something similar to Photoshops inner shadow effect in Core Graphics. If I draw/fill a path with this effect, I want get something similar to the following:
4
votes
6answers
5k views
How can I create a drop shadow like floating effect around a canvas component in flex?
I want create a drop shadow around the canvas component in flex. Technically speaking it will not be a shadow, as I want it to wrap around the component giving the component a floating look. I may be ...
3
votes
2answers
696 views
How to create shadow effect in uitableviewcell?
i am developing one application in which i want to create shadow effect similar to shown in below image at bottom uitableviewcell.
How can i do that?any tutorial or sample code? I have checked ...
3
votes
1answer
434 views
TextView adding gradient AND shadow
I have a problem. I would like to have a textview with a gradient as color. And a black shadow behind it. The problem is that the shadow is using the color of the gradient in stead of using the called ...
3
votes
1answer
469 views
Is there a way to add inner shadow to a TextView on Android?
I would like to make an inner shadow on a textview, But I can't find any example of that on the web.
Is there any way to do that on Android?
I know these attributes:
android:shadowColor
...
3
votes
1answer
366 views
Shadow for custom mouse cursor (2)
After reading the answer to the Shadow for custom mouse cursor question, I did some testing.
From my Delphi application I loaded both 32bit and 24bit versions of my cursor. Never a shadow. I did the ...
3
votes
1answer
308 views
Shadow for custom mouse cursor
On "newer" Windows systems there is an option to make the OS draw a shadow beneath the mouse cursor:
However the custom cursors in my Delphi app don't show a shadow even if this setting is enabled. ...
3
votes
2answers
1k views
CSS Drop Shadow for CSS drawn arrow
I want the arrow that appears when a div is hovered here to also drop a shadow. The arrow is drawn from css:
.arrow {
position:absolute;
margin-top:-50px;
left:80px;
border-color: transparent ...
3
votes
4answers
776 views
Why does a background break a box-shadow inset effect?
Im trying to achieve an inner-shadow effect on a simple box, something like:
where the green box is the content inside another box.
My problem is that if i give the content box any kind of ...
3
votes
2answers
766 views
CALayer shadow performance
I have a grid CALayer (with a parent NSView, enclosed by an NSScrollView) that contains a bunch of sublayers, each sublayer drawing an image. When I disable the shadows for the sublayers, the ...
3
votes
1answer
4k views
Why masksToBounds = YES prevents CALayer shadow?
With the following snippet, I'm adding a drop shadow effect to one my UIView. Which works pretty well. But as soon as I set the view's masksToBounds property to YES. The drop shadow effect isn't ...
3
votes
2answers
2k views
Drawing shadow with Quartz is slow on iPhone & iPad. Another way?
I was pretty excited when I found out just how easy it is to add shadows to my UIViews on the iPhone/iPad.
Just add the framework in Xcode, add the import to the top of the file:
#import ...
3
votes
2answers
1k views
iPhone uitabelviewcell layer shadow
I'm trying to add a shadow to a uitabelviewcell using the layer.shadowColor, Offset, Radius but it doesn't seem to affect it in anyway. The table is grouped style. Any ideas why?
Here is the code i'm ...
3
votes
7answers
2k views
CSS Shadows all four sides of div
I want to achieve this in CSS - not CSS3 as I want it to be supported by all browsers
ie a div containing content, with the shadows on every side. The top area will be used for navigation. I have ...
3
votes
3answers
246 views
How can I get rid of these shadows on my text in Internet Explorer?
If you go to http://mattculbreth.com or http://mattculbreth.com/projects.html in IE <= 8, you'll see shadows around the text. Safari, Chrome, and FireFox all render this correctly.
From looking ...
3
votes
1answer
787 views
How to transform back-facing vertices in GLSL when creating a shadow volume
I'm writing a game using OpenGL and I am trying to implement shadow volumes.
I want to construct the shadow volume of a model on the GPU via a vertex shader. To that end, I represent the model with ...
3
votes
5answers
577 views
Raytraced Shadows Problem
Hey There!
I've got a problem with shadowrays in my raytracer.
Please have a look at the following two pictures
3D sMax:
My Raytracer:
The scene is lit by a very bright light, shining from the ...
3
votes
5answers
515 views
What's wrong with my soft-shadow code?
I'm trying to write a simple raytracer as a hobby project and it's all working fine now, except I can't get soft-shadows to work at all. My idea of soft-shadows is that the lightsource is considered ...
2
votes
2answers
194 views
RDP Console Shadow in C#
I'm writing an application with MSTSCLib to control 4 computers with Windows 7 or Windows 2008 Server.
This my app:
public AxMSTSCLib.AxMsRdpClient6 rdp;
rdp.Server = txtServer.Text;
rdp.UserName ...
2
votes
1answer
75 views
shadow volume - non-manifold objects
I have doubts regarding the creation of shadow volumes
for non-manifold objects, specially when the objects
have dangling faces.
For instance:
where we have a box (brown) and two connected faces ...
2
votes
1answer
168 views
storing vertex depth information in a texture in opengl shadow mapping
I'm currently programming shadow mapping (cascaded shadow mapping, to be precise) into my c++ opengl engine. I therefore want to have a texture containing the distance between my light source and ...
2
votes
1answer
227 views
Can C# call Volume Shadow Copy Service APIs (writer related), can how if yes?
I'd like to query backup sources from certain VSS writer in my C# project. Is this possible? And how to do this if yes? I've searched google but did not find useful answers.
Any idea is appreciated.
2
votes
2answers
268 views
NSWindow Shadow Outline
I am drawing a custom window by setting a custom content view for the window. When I draw the custom view I give it rounded corners and a nice outline to mimic a proper window.
However, I see another ...