给出的代码是为 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;
}
}
想知道一些代码使其在 Ie6-8 中工作以制作响应式网站