no me funciona, crei que era problema de las medidas de los iframes y eso, pero nada, eso no es... que puede ser?
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Gestor</title> <link rel="stylesheet" type="text/css" href="iframes.css" /> </head> <body> <table class="tabla"> <tr> <td> <iframe src="anadirnoticia.htm" class="iframeuno" frameborder="0" name="uno"/> </td> </tr> <tr> <td> <iframe src="listadoborrareditar.php" class="iframeuno" frameborder="0" name="dos"/> </td> </tr> </table> </body> </html>