给你这个代码。这个问题的原因是:firefox会优先min-height属性造成的。
还有你的页面没有设置文档类型,这是不好的习惯。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>new document</title>
<meta name="generator" content="editplus" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
</head>
<body>
<table border="1" id="table1" style="width: 100%; height: 100%">
<tr style="height: 20px; background-color: #008000">
<td> </td>
</tr>
<tr>
<td>
<div style="height: 100px; width: 100%; overflow-y: auto; border: 1px solid red;">
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
<p>這是DIV</p>
</div>
</td>
</tr>
<tr style="height: 20px; background-color: #008000">
<td> </td>
</tr>
</table>
</body>
</html>