Programación Web y Scripting > JavaScript
Iframes Dinamicos
xcx:
Uhm.. y no te convendría mejor hacer unos layers para eso? mira, prueba esto como ejemplo.
--- Código: Text --- <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%><html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> <body><DIV ID=oDiv STYLE="position: relative; top=0; left=0; width: 100%; height: 300px; overflow: auto;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>ddd</td> <td>ddd</td> <td>ddd</td> </tr></table> </div> </body></html> Repite los tr tanto como quieras y veras que aparecerá un scroll. A mí me ha sido muy util, bueno si quieres que se muestre o no, puedes alterar el style visible para ello. ojala te sirva.. chiabela.
Navegación
[*] Página Anterior
Ir a la versión completa