Faccio questo lavoro ma il banner mi viene su o giù ma no dove lo voglio in mezzo
Cosa faccio di sbagliato?
Codice HTML:
<div id='chiudi' style='cursor:pointer;'>Chiudi banner</div><script type="text/javascript">
var uri = 'http://impit.tradedoubler.com/imp?type(js)g(18754120)a(1967976)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script><div id='banner'></div>
<iframe src="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" height="407" width="607" marginwidth="0" marginheight="500"scrolling="no">
</iframe>
<script>
document.getElementById('chiudi').onclick = function() {
document.getElementById('chiudi').style.display = 'none';
document.getElementById('banner').style.display = 'none';
}
</script>
o pensato forse che dovrei creare un iframe più grande ingrossare i bordi.