The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Contact form 7 dropdown menu css issue

I have one problem with dropdown menu in contactform 7 plugin. And the problem is when I am apply drop shadow in dropdown than the shadow does not work on it. Can yo please help me to resolve this ...
0
votes
1answer
53 views

WPF DropShadow Effect disapear when setting background color of control

In this example, I have a TextBlock with a DropShadowEffect: <TextBlock Foreground="Black" Text="All Tasks"> <TextBlock.Effect> <DropShadowEffect ShadowDepth="1.2" ...
0
votes
2answers
139 views

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 WPF not a WinForm. now i want to drop the same shadow on a winform. This is what i want..¬ Not ...
0
votes
0answers
30 views

How to drop Outer Shadow for transparent objects?

I am trying to create a <Border> transparent inside, with <OuterGlowBitmapEffect>. It worked perfectly in previous frameworks but now I have to use <DropShadowEffect/> with ...
0
votes
1answer
48 views

Add Drop Shadow to both top and bottom of an UIImageView

I'm trying to add a drop shadow to an UIImageView so that the drop shadow appears at both the top and bottom of the UIImageView. imageView.layer.shadowOffset only does one or the other. Any ideas? ...
0
votes
0answers
36 views

How to prevent the style-inheritance in AS3?

My main container has an inner dropshadow. When I use StageVideo, I create a mask on the main container, so that the video can be displayed. Then, I create a child element (little window) with 0.3 ...
0
votes
0answers
18 views

calculate padding for CGContextSetShadow

I'm trying to add some drop-shadow capabilities to CCLabelTTF in Cocos2D using CGContextSetShadowWithColor, but I need to calculate how much added space is needed in the texture so that the shadow ...
-1
votes
1answer
71 views

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 ...
2
votes
1answer
38 views

WPF DropShadowEffect Breaking Text in Button

I've defined a style for my buttons that incorporates using a dropshadow for depth. I've read online that this sometimes causes bluriness of the text, but can be resolved in WPF4 by using: ...
0
votes
0answers
39 views

how to create an inner shadow of an image using easeljs

it's easy to make an inner shadow in Actionscript. just use var myShadow:DropShadowFilter = new DropShadowFilter(); myShadow.inner = true; how to do it with easeljs? Is it not implemented?
1
vote
0answers
63 views

WPF Windowstyle None + Create DropShadow using Native Windows API

I want to create a borderless Window via Windowstyle=None, but still want the default OS DropShadow effect. I do NOT want to draw the border myself because i do NOT want to set AllowTransparency=True ...
0
votes
1answer
89 views

Lingering WPF Drop Shadow

I have a drop shadow style for a StackPanel. The content is bound to an ObservableCollection and each item is rendered as an Image. When I remove the last item from the collection, the drop shadow ...
0
votes
0answers
59 views

Ajaxtoolkit DropShadowExtender and IE8

Using Visual Web Developer 2010 Express Windows 2012 Server ASP.NET 4.0 Ajax Control Toolkit I have a panel with a DropShadowExtender on it: <asp:Panel ID="Panel2" runat="server" ...
2
votes
2answers
73 views

UIView shadow issue with orientation

I have UiTableView within UiView. I want to set corner radius & shadow to UIView. I am using this code to give shadow with cornerand its working fine. myView.backgroundColor = [UIColor ...
-1
votes
3answers
197 views

Two CSS3 Drop Shadows (Left/Riight and Left/Right/Bottom)

I have a wordpress site I'm working on and I'm needing to add CSS3 drop shadows to four elements. Content-menu-wrapper is independent of the other divs (not graphically connected) and is functional. ...
0
votes
0answers
106 views

CATransformLayer and shadows

I have a playing card (front and back) that I am animating in 3D space - the animations work fine - I can rotate the card around any axis and translate the card's position using CATransform3Ds. ...
-1
votes
3answers
191 views

Using CSS, how do you create larger elements when the mouse is over them?

The effect seen is that the boxes increase in size when the mouse is over them, and there is a drop shadow too. When the mouse is not over the boxes, they go back to the same size with no drop ...
2
votes
0answers
217 views

D3.js SVG drop shadow for fast transitions

What is the best way to do drop shadows for fast transitions? I have tried using filter with the code below, but it seems like it makes my transitions much more choppy (i have a maybe 20 or so ...
0
votes
0answers
157 views

How do I get my side dropshadow to match height of variable content (weebly site)

I am a newbie trying to fix this issue in my weebly site. I have looked through answers beforehand so I apologise if this has been answered before... Basically, my drop shadow will not match the ...
0
votes
0answers
48 views

droid: how to get image with dropshadow in centre of table cell API8

I thought this would be easy - create an imageview in a table row, set gravity to 'center', set scaling to match_parent so it resizes appropriately, add a dropshadow 9patch as the background image and ...
1
vote
1answer
122 views

How can I add drop shadows to all 4 corners of a box using CSS?

I am trying to apply a drop shadow to all four corners of a box using just CSS so it looks like all 4 corners are just barely lifted off the page, like on this site: ...
0
votes
0answers
116 views

how to put a glowing halo on android DragShadowBuilder?

I am developing an android launcher and my problem is I don't know how put glowing effect on may icon when it is in dragging mode.. this is the glowing effect that I would Like to implement could ...
0
votes
2answers
280 views

How to remove drop shadow of Java AWT Frame on OSX?

Is it possible to disable the drop shadow of a Java AWT application on OS X? I want to create a transparent window, which works fine, but I cannot get rid of the drop shadow. If I was using a JFrame ...
2
votes
2answers
175 views

remove shadow from FusionTables layers using javascript google map api 3

hi i have polygon Placemarks using fusion tables, when i try to configure styles i am uable to hide shadows, is is possible to do this using google map js api. see example here ...
0
votes
0answers
125 views

Drawing curved layer shadow path

I would like to copy the same curved shadow effect shown in the image url below using UIBezierPath and shadow layer, knowing that the shadow height from the bottom of the red view is 35 pixels high ...
1
vote
1answer
299 views

Add shadow to frame of UITextView add also shadow to text

I have a UITextView where I add some drop shadow to the frame, but when I write, the text got also the same shadow. How to avoid this problem? My code : commentary = [[UITextView ...
1
vote
2answers
473 views

How can shadow tracking be disabled in BackgroundSubtractorMOG2?

Im trying to disable shadow detection in openCV when using the BackgroundSubtractor algorithm BackgroundSubtractorMOG2. However even after setting bShadowDetection to false, the algorithm still seems ...
0
votes
0answers
89 views

DropShadow for WPF Non-Transparent Application

This is a similar question that has been answered already. The accepted answer from cprcrack does indeed work for Windows 7 and Vista operating systems, as (correct me if I am wrong) it pulls the OS ...
3
votes
1answer
366 views

CSS3-like box shadow implementation / algorithm

I am looking for or trying to implement an algorithm to draw box shadows (as in the CSS 3 specifiction) which accepts the following parameters: Horizontal Offset Vertical Offset Inset Spread Blur ...
0
votes
2answers
171 views

drop shadow CSS with a gradient

Im working on a project using HTML and CSS and I want to replicate something like this used on this site. http://slb.com/hse/hse_policy.aspx The drop shadow that surrounds the container div around ...
0
votes
2answers
1k views

Simulate “filter: drop-shadow” behavior for better browser support

I have following design. And following is the mark up for the same. <div class="card"> <div class="card-bar">&nbsp;</div> <div class="card-content"> ...
0
votes
2answers
179 views

Move drop shadow of TabWidget along with it to bottom of the screen

I have an app that uses fragments and tabs. I have moved the tabs to the bottom of screen, but the tabwidget's shadow still at the top of the screen(. How to show it above the tabwidget. My main xml ...
1
vote
1answer
170 views

How to change windows control panel settings through C#

More specifically I want to change Visual Effects. My goal is to press a button then have it change the 15 visual effects. Such as turning off "drop shadow" and disabling "fade/slide menus into view." ...
0
votes
0answers
32 views

IE9 animated drop-shadowed text gets ugly black background [duplicate]

Possible Duplicate: How to get rid of black artifacts on text when using dropshadow filter in IE9 Good day, When I try to get outlined Text for Internet Explorer I end up with a lot of ...
0
votes
3answers
144 views

can't get rid of top and bottom drop shadows

Why with the following code, I still can't get rid of drop shadows at the top and bottom. Although the drop shadows are "small", yet still they are there. div#inner_container { width: 960px; ...
2
votes
2answers
162 views

Is there any reason to use css box-shadow over drop-shadow?

Assuming client compatibility, is there any situation where CSS box-shadow is preferable to filter: drop-shadow. From the article it seems like drop-shadow is a HW accelerated superset of box-shadow. ...
0
votes
2answers
406 views

How to apply CS_DROPSHADOW to a subclass of CDialog

I have a c++ class, MyDialog, deriving from CDialog, where I have removed the Windows frame and thereby the Windows generated shadow. I would like to add the shadow again, without adding the frame. I ...
-3
votes
1answer
438 views

Drop Shadow in Raphael [closed]

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 ...
1
vote
1answer
245 views

Div drop shadow that fades out as you scroll down

I am looking for a way to have my main contents div have a drop shadow that fades away as you scroll down the page. The perfect example is at http://www.gamespot.com/ notice their main content has a ...
0
votes
0answers
141 views

Need drop shadow on RaphaelJS element in Titanium WebView

I have a circle, drawn with RaphaelJS, inside a Titanium WebView (in an iPhone app). I would like to put a drop shadow behind it and can't figure out how. The .glow() feature of RaphaelJS doesn't ...
1
vote
3answers
187 views

css3 multiple shadows from different rules

Is it possible for css3 multiple shadows to be accumilated from different css rules / classes ? i.e. .multipleShadows {box-shadow: 0 0 10px 5px black, 40px -30px lime} will create two shadows for ...
0
votes
1answer
666 views

DrawRect add text shadow

I am using -drawRect for the first time in a custom UITableViewCell, and I wanted to know how I could add 1px dropShadows to all of the text being drawn, and the image (self.image). Thanks in ...
0
votes
3answers
210 views

drop shadow on HTML objects

I am trying to get a dropshadow effect going on selected HTML elements (input text, select, div etc). The solutions given by many internet users were using CSS3 solution where it uses: ...
3
votes
4answers
752 views

How to make a drop shadow go all the way across the edge of a div, not inset

This is a super simple issue that I can't figure out. I want to have a drop shadow go all the way across the bottom of a div. As it is, it covers most of the bottom: And here is the code: ...
2
votes
1answer
307 views

Add dropshadow to a TBitmap

I have a routine that takes screenshots (TBitmap), I need to add drop-shadow to the final TBitmap/image, I have this code (which used to work but...) something isn't right, the drop-shadow simply ...
0
votes
3answers
204 views

Stack two borders with drop-shadows?

How could I wrap a border around another border and have them both use inset drop-shadows (like double matting in a picture frame)?
1
vote
3answers
4k views

add shadow effects to EditText Field

I am trying to design an EditText Field having Shadows (bottom and right side) like this tried googling & hunted many SO discussions but all are for TextView not EditText. This is my code ...
0
votes
1answer
157 views

Shadow in separate view from UIImage for dynamic adjustments

I would like to obtain this effect (http://stackoverflow.com/questions/7023271/how-to-adjust-drop-shadow-dynamically-during-an-uiimageview-rotation) but from a more complex image than just a red ...
1
vote
2answers
1k views

iOS: drop shadow with sharp edges

I'm trying to add some shadows to one of my views and what I would like to achieve is drawing shadows only on one side and let them have sharp edges. No I've tried quite a few methods without any luck ...
0
votes
0answers
705 views

Core Graphics, Draw shadow around rounded rectangle Path

I have a question regarding Core Graphics and drawing a shadow around a rounded rectangle. What I want to achieve is this: As you see this is an image with a rounded rectangle and a white outline, ...

1 2 3