Hello Guys.
Is there anyone here who can help me how to add shadow in div (browser is IE8). Thanks.
This Code doesn't work.
</style type='text/css'>
.main_div
{
width:100;
height:100;
-webkit-box-shadow: #111 0 -2px 6px;
-moz-box-shadow: #111 0 -2px 6px;
box-shadow: #111 0 -2px 6px;
}
</style>
<div class='main_div'>
<p>Div with shadow
</div>