in esperimenti.php
<body style="overflow:hidden">
oppure nell' head
<style type="text/css">
body {
overflow:hidden;
}
</style>
con alcuni browser puoi trattare l' overflow sull' asse verticale separatamente da quello sull' asse orizzontale
(IE x es.)
si usano overflow-x e overflow-y
i valori attribuibili sono hidden, scroll, auto
ciao