Ver Mensaje Individual
  #5 (permalink)  
Antiguo 13/12/2014, 15:04
santi2892009
 
Fecha de Ingreso: mayo-2012
Mensajes: 363
Antigüedad: 12 años
Puntos: 0
Respuesta: insertar en un mapeado un imput de registro

ya pude hacer algo ahora a ver si me lo curro y puedo poner el imput en esa posicion....hice algo asi:

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <title>Documento sin título</title>
  4. #form {
  5.     height:1.5em;
  6.     width:7em;
  7.     -webkit-transform: rotate(-60deg);
  8.     -moz-transform: rotate(-50deg);
  9.     font-size:1.5em;
  10.     padding-top:124px;
  11.     margin-left:2300Px;
  12. }
  13. }
  14. <div id="form">
  15.        <input name="password" type="password" class="form-login" title="Password" value="" size="30" maxlength="2048"></div>
  16.  
  17.  
  18. </body></html>