IE9でtableをdisplay:block;する
@media(max-width:640px){
table{
border-collapse:collapse;
}
th,td{
float:left;
clear:both;
}
}
参考サイト
-
前の記事
position:fixedした要素がスクロール中だけz-indexを無視される 2016.10.24
-
次の記事
リマーケティングタグ挿入時の隙間を無くす 2016.10.24