[WSG] a more cross-browser consistent box shadow effect?

2011-05-09 Thread tee
Please go to this site and choose the box shadow, http://css3generator.com/ In IE9, no shadow for the left/top but right/bottom only #container {-webkit-box-shadow: 0 0 3px #ccc; -moz-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc;} My test shows that 0 0 6px is the closer I can get to

Re: [WSG] a more cross-browser consistent box shadow effect?

2011-05-09 Thread Al Sparber
On 5/10/2011 1:04 AM, tee wrote: Please go to this site and choose the box shadow, http://css3generator.com/ In IE9, no shadow for the left/top but right/bottom only #container {-webkit-box-shadow: 0 0 3px #ccc; -moz-box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc;} My test shows that 0 0