ciao
le due istruzioni overflow-x:hidden; e overflow-y:hidden; non hanno effetto

codice:
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="utf-8"> 
<meta http-equiv="imagetoolbar" content="no">
<style TYPE="text/css"><!--
body {background:#B0B000; overflow-x:hidden; overflow-y:hidden;}
//--></style>

Funzionano se aggiungo

<meta http-equiv="x-ua-compatible" content="IE=10">


La dichiarazione HTML5 è corretta?

rudyF