Código:
echo "<iframe src = \"encabezado.php\" name = \"encabezado\" scrolling = \"no\" noresize frameborder = \"0\" width = \"100%\" height = \"22%\" ></iframe>"; echo "<div id= \"Layer1\" style=\"position:absolute; width:135px; height:114px; z-index:1; left: 5px; top: 126px;\"><img src=\"menu.JPG\" width=\"1200\" height=\"50\"></div>"; echo "<script language = \"JavaScript\"> function big(lyr) { lyr.style.height='200px'; } function small(lyr) { lyr.style.height='21px'; } function start() { document.getElementById(\"menu1\").style.height='21px'; document.getElementById(\"menu2\").style.height='21px'; document.getElementById(\"menu3\").style.height='21px'; document.getElementById(\"menu4\").style.height='21px'; document.getElementById(\"menu5\").style.height='21px'; document.getElementById(\"menu6\").style.height='21px'; document.getElementById(\"menu7\").style.height='21px'; document.getElementById(\"menu8\").style.height='21px'; document.getElementById(\"menu9\").style.height='21px'; } </script>"; echo "<style> A { font-family : times new romans; font-size : 25pt; font-weight : bold; text-decoration: none; background-color: 336699; color : black; } A:Visited { color : black; } A:Hover { color : black; background-color: 3399CC; font-style:normal; } A:Active { color : white; aqui es lo de los textos :pensando: } </style>"; echo "<body onLoad = \"start()\">"; echo "<div id = \"menu1\" style = \"position: absolute; width: 110px; height: 16px; z-index: 1; left: 140px; top: 147px; background-color: ; layer-background-color: ; border: 1px none black; overflow: hidden\" ondblclick = \"big(this)\"; onClick = \"small(this)\">"; echo "<div><table border=\"2\" cellspacing=\"1\" style= \"border-collapse: collapse\" bordercolor=\"blue\" cellpadding=\"0\">"; echo "<tr><td bgcolor = \"336699\"><a href = \"vista.php\" target = \"resultados\"><font size = \"2\"> FRENTES </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"capturafrente.php\" target = \"resultados\"><font size = \"1\"> CAPTURAR FRENTE </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"modificareliminarfrente.php\" target = \"resultados\"><font size = \"1\"> LISTAR FRENTE </a></font></td></tr></table></div>"; echo "</div>"; echo "<div id = \"menu2\" style = \"position: absolute; width:110px; height: 16px; z-index:1; left: 248px; top: 147px; background-color: ; layer-background-color: shite; border: 1px none gray; overflow: hidden\" ondblclick = \"big(this)\"; onClick = \"small(this)\">"; echo "<div><table border=\"2\" cellspacing=\"1\" style= \"border-collapse: collapse\" bordercolor=\"blue\" cellpadding=\"0\">"; echo "<tr><td bgcolor = \"336699\"><a href = \"vista.php\" target = \"resultados\"><font size = \"2\"> PRESUPUESTO </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"subirpresupuesto.php\" target = \"resultados\"><font size = \"1\"> CARGAR PRESUPUESTO </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"unionfrente.php\" target = \"resultados\"><font size = \"1\"> PROCESAR PRESUPUESTO </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"copiarpresupuesto.php\" target = \"resultados\"><font size = \"1\"> COPIA DE TRABAJO</a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"buspresumodeli.php\" target = \"resultados\"><font size = \"1\"> MODIFICAR </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"busprerepimp.php\" target = \"resultados\"><font size = \"1\"> IMPRIMIR </a></fonT></td></tr></table></div>"; echo "</div>"; echo "<div id = \"menu3\" style = \"position:absolute; width:110px; height:16px; z-index:1; left: 356px; top:147px; background-color:; layer-background-color: white; border: 1px none gray; overflow: hidden\" ondblclick = \"big(this)\"; onClick = \"small(this)\">"; echo "<div><table border=\"2\" cellspacing=\"1\" style= \"border-collapse: collapse\" bordercolor=\"blue\" cellpadding=\"0\">"; echo "<tr><td bgcolor = \"336699\"><a href = \"vista.php\" target = \"resultados\"><font size = \"2\"> PAQUETES </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"crearpaquete.php\" target = \"resultados\"><font size = \"1\"> NUEVO PAQUETE </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"busquedapaquetemodi.php\" target = \"resultados\"><font size = \"1\"> MODIFICAR PAQUETE </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"\" target = \"resultados\"><font size = \"1\"> ELIMINAR PAQUETE </a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"\" target = \"resultados\"><font size = \"1\"> IMPRIMIR PAQUETE </a></font></td></tr></table></div>"; echo "</div>"; echo "<div id = \"menu4\" style = \"position:absolute; width:110px; height:16px; z-index:1; left:464px; top: 147px; background-color:; layer-background-color:; border: 1px none ; overflow: hidden\" ondblclick = \"big(this)\"; onclick = \"small(this)\">"; echo "<div><table border=\"2\" cellspacing=\"1\" style= \"border-collapse: collapse\" bordercolor=\"blue\" cellpadding=\"0\">"; echo "<tr><td bgcolor = \"336699\"><a href = \"vista.php\" target = \"resultados\"><font size = \"2\">DESTAJISTAS</a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"crearpaquete.php\" target = \"resultados\"><font size = \"1\">NUEVO DESTAJISTA</a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"busquedapaquetemodi.php\" target = \"resultados\"><font size = \"1\">MODIFICAR DESTAJISTA</a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"\" target = \"resultados\"><font size = \"1\">ELIMINAR DESTAJISTA</a></font></td></tr>"; echo "<tr><td bgcolor = \"336699\"><a href = \"\" target = \"resultados\"><font size = \"1\">IMPRIMIR DESTAJISTA</a></font></td></tr></table></div>"; echo "</div>";