<table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<logic:iterate id="event" name="sportForm" property="selectedEvents">
<tr>
<td>
<iframe id="dettaglio<%=i%>"
src="<%=request.getContextPath()%>/sport.do?dispatch=singleEvent&eventId=<bean:write name="event"/>&idframe=<%=i%>"
width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
IFRAME NOT SUPPORTED!</iframe>
<% i++;
%>
</td>
</tr>
</logic:iterate>
</table>




DOMANDA:in IE questo iframe nn SCROLLA(cioè il contenuto interno della tabella nn scrolla se si usa la rotellina del mouse);lo stesso iframe in FireFox scrolla!Why? help me please!