I’m using the newest version of Chrome and I simply cannot get the box shadow to display properly on my div when I use rounded corners..it looks like it’s cut off or something, please see the screenshot below:

You can see the test site at http://chronologic.ath.cx/Gardner/
Thanks,
slashp
Your CSS reset contains an
overflow: hiddenstyle which is causing yourdiv.containerto clip the shadow. You should just remove it, because I don’t see anything in the selector that’s worth applying such an overflow to: