roundedcorners-dropshadow

Using AjaxToolKit for improve WebForm Login

Hi again, i find a way, maybe the less cost and time investment, so I choose AjaxToolKit for build an WebForm Login, by the way before starting, is anyones gets problems trying to do it? Im planning to use DropShadow Extender and RoundedCorners with Panels, this will be my first time to work with panels, please check this link: i want to...

Best approach to css drop shadow technique - non image

Looking for the best approach for a non-image CSS Drop Shadow technique. I have a popup that I would like to add a shadow to. Bonus question: Can it work with: -moz-border-radius -webkit-border-radius ...

How to create a drop-shadow around the template like artisteer does?

I'm new to the CSS thing; learned it yesterday (really) and I did some templates since then, I'm evolving quite fast, but there is one thing I can't quite get. How do you make a drop shadow around parts of the template without destroing the layout or having to deal with new problems. I have created a CSS/HTML template that has a glass ...

Cross-browser drop shadows and rounded corners using mootools

I've seen a number of drop-shadow/rounded corner scripts out there that either use a canvas element to implement a shadow (ie liquidcanvas) or append a parent-element that wraps a div and emulates border-radius with a ton of DOM junk. Many of these scripts have been ported to jQuery, but I can't seem to find one that works using mootool...

Can't set cornerRadius AND shadow on layer that has an image view stretched to its bounds?

This is stumping me. I have a UIView (call it "parent"). The bottommost subview of that view is a UIImageView (call it "child"), whose frame occupies the entirety of the "parent" bounds. I want to round the corners on the "parent" view, and set a drop shadow. I do this on the CALayer of "parent" as usual: [[parent layer] setShadowOffse...