单间囚室滚动时,囚室的案文与上页相同。 囚室的文本应与囚室一起进行,即使该囚室的面积相对较小。
The problem can only be seen in IE (IE7 at least). The sample behaves correctly in Chrome and Firefox.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>IE Bug Demo</title>
</head>
<body>
<div style= width: 500px; height: 100px; overflow:auto >
<table style= width: 1000px; background-color: #ff00ff; >
<tr>
<td style= border: 3px solid black ><div style= position:relative; >One</div></td>
<td><div style= position:relative; >Two</div></td>
</tr>
</table>
</div>
</body>
</html>
任何想法?