Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/12/2014, 15:56
eslomao
 
Fecha de Ingreso: noviembre-2014
Mensajes: 60
Antigüedad: 9 años, 5 meses
Puntos: 0
Respuesta: color usuario

si, si ya esta resuelto, gracias, asi lo deje

Código CSS:
Ver original
  1. <style type="text/css">
  2. .brillo:hover {
  3.     background-color:#FFCFCA;  
  4.     }
  5. .fuentemenu {
  6.     color: #FFCFCA;
  7.     font: bold;}   
  8.   </style>

<table width="100">
<tr>
<td class="fuentemenu"><font color="#3151EA" size="+1"><?php
if ((isset($_SESSION['MM_Username'])) &&($_SESSION['MM_Username'] != ""))
{?>
<?php echo " <font color=\"#3151EA\">Bienvenido</font>"; ?><br>
<?php echo ObtenerNombreUsuario($_SESSION['MM_isUsuario']) ;
}
else
{?></font></td>
</tr>
<tr>
<td><a href="usuario.php" class="brillo">Alta usuario</a></p></td>
</tr>
<tr>
<td><p><a href="acceso.php" class="brillo">Acceder</a></p></td>
</tr>
<tr>
<td> <?php }?></td>
</tr>
</table>


tema, resuelto , gracias