Presto fatto
<html>
<head>
<title>Titolo del Sito</title>
<style type="text/css">
body {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
border-style: none;
background-color: transparent;
}
</style>
</head>
<body background="link_immagine" noresize>
<script id="clientEventHandlersJS" language="javascript" src="nomefile.js"></script>
<table height="89%" width="100%">
<tr>
<td valign="top">
Forum
Recensioni
Autori
</td>
<td>
<iframe width="100%" height="100%" name="visualizza" src="blank.html" border="0" frameborder="no">
</iframe>
</td>
</tr>
</table>
</body>
</html>
Nota, la pagina che su IE crea il bianco ha questo codice:
<html>
<head>
<title>Titolo del Sito</title>
<style type="text/css">
body {
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
border-style: none;
background-color: transparent;
}
</style>
</head>
<body>
</body>
</html>


Rispondi quotando