Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/10/2013, 06:03
psicomago
 
Fecha de Ingreso: octubre-2013
Mensajes: 20
Antigüedad: 10 años, 6 meses
Puntos: 0
Respuesta: Problemas con php

Bueno, ya arregle los errores aunque tengo ahora un problema con el css:

Código CSS:
Ver original
  1. #body
  2.   {
  3.   font-family:Greek Diner inline TT;
  4.   background-image:url("img/4.jpg");
  5.   }
  6.  #registros
  7.   {
  8.   width:640px;
  9.   height:640px;
  10.   padding-top:20px;
  11.   background-position:center;
  12.   border-radius:20px;
  13.   background-image:url("img/7.jpg");
  14.   }
  15.  #datos
  16.   {
  17.   width:600px;
  18.   height:auto;
  19.   float:center;
  20.   background-image:url("img/2.jpg");
  21.   background-position:center;
  22.   border-radius=20px;
  23.   }
  24.  #input
  25.   {
  26.    border-radius:10px;
  27.    }
  28.  #input[type='submit']
  29.   {
  30.    background-color:$D6AF29;
  31.    height:110px;
  32.    width:50px;
  33.    }

Solo me aparece la foto en registro , en las demas no.