Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/05/2010, 01:18
Avatar de Flow89
Flow89
 
Fecha de Ingreso: abril-2010
Ubicación: Valladolid
Mensajes: 346
Antigüedad: 14 años
Puntos: 1
Respuesta: Problema al mostrar .-(IE7)

Codigo html:

Código PHP:
 <?php 
  
include("conex.php"); 
  include(
"login.php"); 

  if(
$loginCorrecto)
  { 
?>
<html>
<head>
<title>JuventudMDC - Panel de Administraci&oacute;n</title>
<link href="../css/general.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
    background-image: url(../imagenes/bg_pattern.gif);

</style></head>

<body>

<div align="center">
  <table width="200" border="0" id="general">
    <tr>
      <td colspan="3"><img src="../imagenes/panel.png" width="500" height="200"></td>
    </tr>
    <tr>
      <td colspan="3">&nbsp;</td>
    </tr>
    <tr>
      <td width="161"><div align="center"><a href="../noticias/administrar.php"><img src="../imagenes/addnoticia.png" width="100" height="100" border="0" usemap="#Map"></a></div></td>
      <td width="162"><div align="center"><a href="../noticias/enoticias.php"><img src="../imagenes/editarnoticia.png" width="100" height="100" border="0" usemap="#map"></a></div></td>
      <td width="165"><div align="center"><a href="../noticias/bnoticias.php"><img src="../imagenes/borrar.png" width="100\" height="100" border="0" usemap="#map"></a></div></td>
    </tr>
    <tr>
      <td><div align="center" ><a href="../noticias/administrar.php" class="Estilo16">Crear Noticia </a></div></td>
      <td> <div align="center" ><a href="../noticias/enoticias.php" class="Estilo16">Editar Noticia </a></div></td>
      <td><div align="center" ><a href="../noticias/bnoticias.php" class="Estilo16">Borrar Noticia </a></div></td>
    </tr>
    <tr><td><br></td></tr>
    <tr>
      <td width="161"><div align="center"><a href="../usuarios/addusuario.php"><img src="../imagenes/addusuario.png" width="100" height="100" border="0" usemap="#Map"></a></div></td>
      <td width="162"><div align="center"><a href="../usuarios/eusuario.php"><img src="../imagenes/editarusuario.png" width="100" height="100" border="0" usemap="#map"></a></div></td>
      <td width="165"><div align="center"><a href="../usuarios/busuario.php"><img src="../imagenes/borrarusuario.png" width="100" height="100" border="0" usemap="#map"></a></div></td>
    </tr>
    <tr>
      <td><div align="center" ><a href="../usuarios/addusuario.php" class="Estilo16">Crear Usuario </a></div></td>
      <td><div align="center" ><a href="../usuarios/eusuario.php" class="Estilo16">Editar Usuario </a></div></td>
      <td><div align="center" ><a href="../usuarios/busuario.php" class="Estilo16">Borrar Usuario </a></div></td>
    </tr>
  </table>
</div>
</body>
</html>

<?php  }
  else
  {
  echo 
"<META HTTP-EQUIV=\"refresh\" CONTENT=\"2; url=../panel.php\">";
  echo 
"<table style=\"height:100%;width:100%;\"border=\"0\"><tr><td class=\"estilo34\"><div align=\"center\">El sistema no lo ha identificado, solo los usuarios registrados tienen acceso a esta area<br> Seras redireccionado automaticamente.</div></td></tr></table>";
  }
?>

CSS

Código PHP:
<style type="text/css">
<!--
body {
    
margin-top25px;
    
background-color#FFFFFF;
    
background-imageurl(../imagenes/bg_pattern.gif);}

#general {border:#CCCCCC 1px solid;}

#gnoticias {margin-left:10px;}

#banner {font-size: 200px;}

#menu_superior {font-size: 14px;
font-weightbold;}

#mnc { font-size: 12px;
font-weightbold;}

#ntc { text-align: center;
margin-top10px;}

#p1 {border:#EEEEEE 1px solid;}

#reloj { margin:0 auto;}

#piepag {background-image: url(../imagenes/bg_pattern.gif);}

#izk {float:left; margin-top:10px; margin-left:10px;}

#cnt {margin-top:10px;}

#tiempo {margin-top:5px;}

a:link {
    
text-decorationnone;
    
colornone;
}
a:visited {
    
text-decorationnone;
    
colornone;
}
a:hover {
    
text-decorationnone;
    
color#FF6600;
}
a:active {
    
text-decorationnone;
    
colornone;
}

.
Estilo15 {color#000000}
.Estilo16 {color#456789}
.Estilo33 {font-familyGenevaArialHelveticasans-serif}

body,td,th {
    
font-familyGenevaArialHelveticasans-serif;
}
.
Estilo34 {color#FF6600}

.Estilo35 {
    
color#FF00FF;
    
font-size35px;
    
font-weightbold;
}
.
Estilo36 {
    
font-size16px;
    
font-weightbold;
}
.
Estilo37 {
    
color#FF00FF;
    
font-weightbold;
}
.
Estilo38 {
    
color#FF00FF;
    
font-styleitalic;
}
.
Estilo39 {
    
font-size10px;
    
color#666666;
}
.
Estilo40 {font-size24px}

-->
</
style