I am new in stackoverflow. This is my first question. I am having an issue in css liner gradiant. I have this css:
.body-middle{
float: left;
margin-left: 1%;
padding-left: 1%;
padding-right: 1%;
background: #fff;
background: linear-gradient(180deg, transparent, #353535, transparent);
background-position: 50%;
background-repeat: repeat-y;
background-size: 1px auto;
height: 300px;
width: 2%;
background: -webkit-gradient(linear,180deg, transparent, #353535, transparent));
}
and this html:
<div class="body-middle"></div>
Currently it is perfectly working in firefox. It is not working in google chrome,safari and ie(also need to support in ie8).