Ver Mensaje Individual
  #13 (permalink)  
Antiguo 15/03/2013, 13:00
yolanda16568
 
Fecha de Ingreso: agosto-2011
Mensajes: 165
Antigüedad: 13 años, 5 meses
Puntos: 1
Respuesta: Codigo (mostrar datos de mysql en dos columnas)

Estilos:


#menumensajes ul {
list-style-type: none;
margin: 0px;
padding: 3px;
}
#menumensajes ul li a {
color: #000;
text-decoration: none;
background-color: #FC6;
width: 135px;
display: block;
text-align: center;
margin: 5px;
padding-top: 5px;
padding-left: 5px;
border-radius: 5px;
float: left;
padding-bottom: 5px;
}
#menumensajes {
width: 160px;
background-color: #999;
border-radius: 10px 0px 10px 0px;
overflow: hidden;
text-align: center;
height: 210px;
}
#menumensajes ul li a:hover {
text-decoration: underline;
background-color: #F90;

}