ciao a tutti ho un problemone e prima di postare ho girato piu di un forum...
In pratica, ho una pagina con un iframe. In questo iframe carico una pagina con una tabella alta 1000. Mettendo scolling="no" all'iframe questo si blocca in explorer e mi fa vedere solo il top della pagina caricata nell'iframe.
Purtroppo questo non succede a mozilla firefox...che ,...non mette la scrollbar a destra ma se giro la rotellina sull'iframe ...va comunque giu ....
Come posso fare.
N.B. ho gia testato il discorso css overflow:hidden; display:block ...non va niente.
Se vi puo' essere d'aiuto ecco il codice :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ModelloAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type="text/css">
<!--
td {
font-family: verdana;
font-size: 10px;
color: #000000;
text-decoration: none;
border: none;
}
.text {
font-family: verdana;
font-size: 9px;
color: #000000;
text-decoration: none;
border: none;
}
img {
text-decoration: none;
border: none;
}
.green {
font-family: verdana;
font-size: 9px;
color: #5BA225;
text-decoration: underline;
border: none;
font-weight: bold;
}
.green1 {
font-family: verdana;
font-size: 10px;
color: #5BA225;
text-decoration: underline;
border: none;
font-weight: bold;
}
.orange {
font-family: verdana;
font-size: 9px;
font-weight: bold;
color: #FF8A00;
text-decoration: underline;
}
.orange1 {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #FF8A00;
text-decoration: underline;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="800">
<tbody>
</tr>
<td colspan="9" bgcolor="#000000" width="1">[img]../images/spacer.gif[/img]</td>
</tr>
<tr>
<td rowspan="5" bgcolor="#000000" width="1">[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
<td rowspan="5" bgcolor="#000000" width="1">[img]../images/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="3" rowspan="2" background="images/4.gif" height="50" valign="top" width="199"> [img]images/compumaster.gif[/img]</td>
<td colspan="4">[img]images/TopBannerCompuMaster.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="2">[img]images/IntegratedSolutionsProvider.gif[/img]</td>
<td background="images/6.jpg" height="43" width="170"></td>
<td>
</td>
<td>[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="7"valign="top">
<table width = "700" align = "center">
<tr>
<td>[img]images/spacer.gif[/img]
</td>
</tr>
<tr>
<td><iframe src = "mozillaTry.php" frameborder="0" scrolling="no" style="width: 800px; height: 500px; overflow:hidden; display:block"> </iframe>
</td>
</tr>
</table>
</td>
<td colspan="3" height="100%" valign="top" width="549">
</td>
<td>[img]images/spacer.gif[/img]</td>
</tr>
<tr>
<td colspan="4">[img]images/bot.gif[/img]</td>
<td colspan="3">[img]images/bot1.gif[/img]</td>
<td>[img]images/spacer.gif[/img]</td>
</tr>
<td colspan="9" bgcolor="#000000" width="1">[img]../images/spacer.gif[/img]</td>
</tr>
</tbody>
</table>
</body>
</html>
Createvi una pagina con una tabella alta 1000 e datela come src all'iframe del mio codice...
Noterete che se su explorer e' bello fisso, su mozilla (che sinceramente inzia a starmi sulle @@) l'iframe va in giu
Aiuto pls e grazie
ciao