Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/11/2009, 18:37
American2010
 
Fecha de Ingreso: abril-2003
Mensajes: 1.129
Antigüedad: 21 años
Puntos: 34
Respuesta: Columnas con UL y LI

Hice estos cambios...

Código HTML:
#post ul {
	padding: 0px;
	margin: 0px;
	width: 486px;
	display: block;
	float: left;
}

#post li {
	background: url(images/dot.gif) no-repeat left top;
	background-repeat: no-repeat;
	background-position: 0 .65em;
	padding: 1px 0px 1px 10px;
	list-style-type: none;
	width: 150px;
	float: left;
}
.title {
    background: #e4e5d4 url(images/postbg.gif);
	padding:3px;
	padding-left:10px;
	font-size: 14px;
	text-transform:uppercase;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;	
	float: left;
	width:487px;
}
.postcontent {
   padding:5px;
   border: 1px solid #a0abb4;
   margin-bottom:10px;
   float: left;
}
Con eso se ve bien, quizás no sea la forma correcta y no lo probé en otros navegadores...
__________________
elGastronomo