Bonjour, pouvez-vous m'expliquer pourquoi cela ne fonctionne pas (l'iframe n'est pas à 1px ) :
Code Javascript :
<head>
<SCRIPT>
function h1(){
document.getElementById('pp').style = 'height:1px; width:1px;';
}
</script>
</head>
<body onLoad="h1()">
<iframe style="" scr="" id="pp"></iframe>
</body>