次のページをご覧ください。
http://www.judsondesigns.com/Demos/jscroller/index.html
IE で気付いた場合は、スクロールが発生しています。他のすべてのブラウザは問題ありません。IE がスクロールを引き起こすのはなぜですか? どうすればこれを修正できますか?
ありがとう
ジャドソン
ここに私が使用しているコードがあります:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<style>
html, body{
height:100%;
width: 100%;
margin: 0px;
padding: 0px;
}
</style>
</head>
<body>
<div style="display:table; width: 100%; height:100%;">
<div style="display: table-row; background: red">test</div>
<div style="display: table-row">
<div style="display: table-cell; height:100%; width:100%;overflow: hidden ">
<div style=" height:100%; width:100%; overflow:hidden; background: #06F">test123
</div>
</div>
</div>
<div style="display:table-row; background: red;">test</div></div>
</div>
</body>
</html>
そして、画像の通常の IE10 モード:
そしてQuirksモードで(どのように見える必要があるか)