Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/01/2012, 15:34
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 7 meses
Puntos: 1567
Respuesta: Espacios entre botones input

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. alinear inputs
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. div{
  9. display: inline-block;
  10. }
  11. .derecha{
  12. width: 400px;
  13. text-align: right;
  14. }
  15. /*]]>*/
  16. </head>
  17. <div>
  18. <input type="text" />
  19. </div>
  20. <div class="derecha">
  21. <input type="button" value="xxx" /><input type="button" value="zzz" />
  22. </div>
  23. </body>
  24. </html>
Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.