css用に書かれたコードが示されていますが、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;
}
}
レスポンシブ Web サイトを作成するために Ie6-8 で動作させるためのコードを知りたい