Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/03/2009, 12:31
Avatar de talmente
talmente
 
Fecha de Ingreso: noviembre-2007
Mensajes: 233
Antigüedad: 16 años, 5 meses
Puntos: 4
Respuesta: Alinear botones de difenrentes divs

Hola j4v13r, no termino de entenderte pero mira esto y haber si damos con lo que quieres.

Código:
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
p {
	margin: 0px;
	padding: 0px;
	display: inline;
}

HTML:

<ul>
<li><p>texto</p><input type="button" value="fgfdgfdg" />
</li>
<li><p>texto</p><input type="button" value="jhgjhgjhjhgfj" />
</li>
<li>
  <p>textfgfdgfdggo</p>
  <input type="button" value="hjhgjhgjhgjhgjhgjhgjhgjhgj" />
</li>
</ul>