the code is given which was written for css but not working at all in IE(6-8)
@media screen and (max-width: 340px) {
.topmaindivleft{
width:100%;
margin:0px;
padding:0px;
height:auto;
float:left;
}
.topmaindivright{
width:100%;
margin:0px;
padding:0px;
height:auto;
float:left;
}
}
want to know some codes to make it work in Ie6-8 for making responsive website