.divClassGreen
{
box-shadow: 0 0px black inset, 0 -3px white inset, -0px 0 blue inset, 0px 0 green inset;
border-bottom:5px solid green;
}
タブと境界線の緑に影を白くしたいのですが、このコードはGoogle ChromeとFirefoxで正常に動作しています。しかし、IE では、border-bottom のみが機能し、box-shadow は機能しません。