Top "Dropshadow" questions

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 …

html css dropshadow
css box shadow on a div container cut off

edit: more general question: I like the box-shadow on divs, however when I place a div directly below the box-shadow'd …

css dropshadow
Draw a rounded UIView with gradient and drop shadow

EDIT: I finally found a real simple solution to this problem, using the CAGradientLayer class, and the CALayer drawing functionalities. …

iphone uiview gradient rounded-corners dropshadow
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 …

css internet-explorer shadow dropshadow
Adding a drop shadow to NSString text in a drawRect: method without using UILabel

I'd like to add a drop shadow to text drawn using the iOS supplied NSString (UIStringDrawing) category method: - (CGSize)…

ios uiview nsstring drawrect dropshadow
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 …

c# wpf xaml triggers dropshadow
WPF: Drop shadow on borderless window without custom chrome

Im struggling with drop shadow on WPF-windows with WindowStyle=None and ResizeMode=NoResize. Is there any good alternative to using …

wpf dropshadow window-chrome
WPF: Why does text and elements blur if I use dropshadow effect on a parent item

If I add a DropShadowEffect to an parent element the text of the child elements are blurred. Why? <Grid&…

wpf xaml blur dropshadow
WPF Dropshadow on Button causes blurry text

This is kind of driving me insane. Adding a DropShadowEffect to a button. In the IDE it looks like this: …

c# wpf dropshadow
how to add shadow to only the bottom and right side of a uiview?

I am thinking about adding drop shadow to the bottom and right side of UIView, but I found all the …

objective-c ios cocoa-touch uiview dropshadow