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

mas o menos es esto aunque que lastima que no se puede poner todo completo pero algo asi este es un iframe que se carga

Cita:
<?PHP
include('../funciones/funciones.php');
include('../funciones/class_conexion.php');
$BD = new class_conexion();
valida_session();
$nombreS = $_SESSION['nombreS'];
//$nom_modelo = $_POST['nom_modelo'];
//$titulo_modelo = $_POST['titulo_modelo'];
//echo $nombreS
?>
<html>
<head>
<title>Fan Club</title>
<meta>

<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>
<!-- 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/funciones_perfil.js" language="javascript1.2"></script>
<script src="../funciones/ajax.js" language="javascript1.2"></script>
<!-- fin de funcioones y estilos -->
</head>
<body onLoad="contador_online();" bgcolor="#ffffff" topmargin="0" leftmargin="0" rightmargin="0">

<table width="998" border="0" align="right" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" id="tdmensajes" ></td>
<tr>

</table>

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