Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2011, 15:13
jiillescas
 
Fecha de Ingreso: noviembre-2011
Mensajes: 3
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: No puedo capturar elelmentos de un formulario hecho en php

les dejo el código css por si lo quieren ejecutar todo y ver la idea.

Código CSS:
Ver original
  1. #titulo{
  2.     text-align: center;
  3.     text-decoration: #f12e02;
  4.     color: #f12e02;
  5.     font-size: xx-large;
  6.     font-weight: bold;
  7.     padding-bottom: 30px;
  8. }
  9. #general {
  10.     background-color: #d1ff87;
  11.     margin-bottom: 10%;
  12.     margin-left: 15%;
  13.     margin-right: 15%;
  14.     margin-top: 3%      
  15. }
  16. #principal{
  17.     background-color: #ffd90f;    
  18.     border: 7px;
  19.     border-style: solid;
  20.     border-color: #d1b270;    
  21.     width: 100%;
  22.     height: 100%;
  23.     padding: 10px;  
  24.     border-radius: 10px;    
  25. }
  26. #encabezado{
  27.     font-size: large;
  28.     text-align: center;
  29.     float: top;
  30.     padding: 15px;      
  31.     padding-bottom: 20px;
  32. }
  33. #ejemplo{
  34.     background-color: #f5fa11;
  35.     border: 5px;
  36.     border-style: solid;
  37.     border-color: #c8c8c1;    
  38.     width: 40%;
  39.     height: 50%;
  40.     padding: 10px;          
  41.     float: left;
  42.     margin-left: 5%;
  43.     border-radius: 10px;
  44. }
  45. #ejercicio{
  46.     background-color: #f5fa11;
  47.     border: 5px;
  48.     border-style: solid;
  49.     border-color: #c8c8c1;    
  50.     width: 40%;
  51.     height: 50%;
  52.     padding: 10px;          
  53.     float: right;
  54.     margin-right: 5%;
  55.     border-radius: 10px;
  56. }
  57. #pie{
  58.     clear: both;
  59.     text-align: center;
  60.     padding: 15px;      
  61.     padding-bottom: 20px;
  62. }
  63. #ejercicioSuperior{
  64.     float: top;
  65. }
  66. ercicioInferior{
  67.     clear: both;
  68. }