Thanks @deceze
I am writing a css sample for other people having the same requirement
top:0px; opacity: 0.6; width: 1944px; height: 896px; position: absolute; z-index: 500; background-color:#dcdcdc; background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(rgba(215,212,207,0))); background: -moz-linear-gradient(top, #dcdcdc, rgba(215,212,207,0)); filter:alpha(Opacity=70, FinishOpacity=0, Style=1, StartX=1242, StartY=0, FinishX=1242, FinishY=696); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70, FinishOpacity=0, Style=1, StartX=1242, StartY=0, FinishX=1242, FinishY=696)";
Brij
source share