operaだとテーブルがなくなります
operaだテーブルがなくなります
IEだと問題なく表示されるのに
だれか助けてください
style.css
body{background-color:#ffff99;margin:0px;
font-size:large; font-family:"HG正楷書体-PRO","HG行書体","HGP行書体",cursive}
.cur{font-family:cursive}
.ser{font-family:serif}
}
table{background-color:#ff9933;
width:100%; height:10%
}
.midori{background-color:#999933;
width:100%; height:3.3%
}
htmlのほうは
<HTML>
<HEAD>
<TITLE></TITLE>
<link href="style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<table><tr ><td></td></tr></table>
<table class="midori">
<tr ><td></td></tr></table>
<table style="height:6.7%">
<tr ><td></td></tr></table>
<table style="position:absolute; left: 0px; bottom:8%; width:8%; height:100%; background-color:#993300">
<tr ><td></td></tr></table>
<table style="position:absolute; bottom:0; height=8% " class="midori">
<tr ><td></td></tr></table>
</BODY>
</HTML>
こんな感じなのですが
どうしてでしょうか
お礼
変更したところ改善しました。ありがとうございます。もう少しコメントを入れて回答していただけるとよかったのですが・・・。