Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/06/2012, 13:48
warelo17
 
Fecha de Ingreso: mayo-2012
Mensajes: 28
Antigüedad: 12 años, 4 meses
Puntos: 0
Respuesta: me gustaria ordenar un poco esto

probe esto pero tampoco me funciono
Código PHP:
Ver original
  1. <div class ="cajon1">
  2.         <label>Nombre de Usuario:</label>
  3.          <input type="text" id="texto" class="input" />
  4.         </div>
  5.         <div class="hhha_btn_blue">
  6.              <a id="boton"  class="hhha_link" href="#"  style="background-color: rgb(94, 118, 168); border-top-width: 1px; border-top-style: solid; border-top-color: rgb(142, 161, 199); ">Buscar</a>
  7.         </div>

Código CSS:
Ver original
  1. .hhha_btn_blue{
  2.     width:auto;
  3.     height:24px;
  4.     line-height:23px;
  5.     margin:2px auto 0px 6px;
  6.     background-color:#5e76a8;
  7.     border:1px solid #29447e;
  8.     float: left;
  9.    
  10. }
  11. .cajo1{
  12.     float: left;
  13.    
  14.    
  15. }
  16. .hhha_btn_blue a{
  17.     display:block;
  18.     height:23px;
  19.     background-color:#5e76a8;
  20.     border-top:1px solid #8ea1c7;
  21.     text-align:center;
  22.     text-decoration:none;
  23.     font-family:Tahoma, Geneva, sans-serif;
  24.     font-size:11px;
  25.     font-weight:bold;
  26.     color:#ffffff;
  27.     outline:none;
  28.     padding-left:15px;
  29.     padding-right:15px;
  30.  
  31.    
  32. }

pero no resulta