Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/07/2009, 13:58
Avatar de towel
towel
 
Fecha de Ingreso: marzo-2009
Mensajes: 101
Antigüedad: 15 años, 1 mes
Puntos: 0
Respuesta: Como aliniar diseño en mozila firefox coo en el explorer

buno sera por partes jejeje la pagina principal es esta
Cita:
<?PHP
include('./funciones/funciones.php');
include('./funciones/class_conexion.php');
$BD = new class_conexion();
valida_session();
//echo $array_razones;
//echo $nombreS
?>
<html>
<head>
<title>Fan Club</title>
<meta>
<!-- funcioones y estilos -->
<link href="./estilo/estilo.css" rel="stylesheet" type="text/css">
<script src="./funciones/funciones_index.js" language="javascript1.2"></script>
<script src="./funciones/funciones.js" language="javascript1.2"></script>
<script src="./funciones/ajax.js" language="javascript1.2"></script>
<!-- fin de funcioones y estilos -->
<!--lihgbox2-->
<link rel="stylesheet" href="./funciones/translucido/css/lightbox.css" type="text/css" media="screen" />
<script src="./funciones/translucido/js/prototype.js" type="text/javascript"></script>
<script src="./funciones/translucido/js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="./funciones/translucido/js/lightbox.js" type="text/javascript"></script>
<!--final lihgbox2-->
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body bgcolor="#ffffff" onLoad="contenido_ver();">
<tr>
<td width="998" height="35" align="center">

</td>
</tr>
<tr>
<td width="1010" valign="top" id="tdcontenido"></td>

</tr>
</table>
</body>
</html>
buno mas menos este esel codigo de la principal omitienod los botones flash ke solo sirven para llamar el metodo ajax y ke se carguen en el id="tdcontenido" el cual carga los iframe

Última edición por towel; 09/07/2009 a las 14:04