Et sur IE 7 ? Tu sais pas ?
P'tet que tu va voir une erreur dans mon code :
<html>
<head>
<title>Test</title>
<style type="text/css">
body, html {
height: 100%;
margin: 0;
padding: 0;
}
html {
overflow: visible;
}
body {
overflow: auto;
}
html > body {
overflow: visible !important;
}
.scroll {
position: fixed !important;
top: 50px;
left : 50px;
border : solid 1px;
}
</style>
</head>
<body>
<div class="scroll">
HFRKFJRHGUHT<br />
GT<br />
</div>
U<br />
U<br />
U<br />
</body>
</html>