how to give shadow at bottom with color white in IE 8?

Batch

New Member
\[code\] .divClassGreen { box-shadow: 0 0px black inset, 0 -3px white inset, -0px 0 blue inset, 0px 0 green inset; border-bottom:5px solid green; }\[/code\]I want to give shadow white to a tab and border green , this code is working in google chrome and firefox fine. But in IE only border-bottom is working, box - shadow is not working , bascially i am trying to give it two borders, and my elements are get created in c#.
 
Back
Top