Alguien sabe como solucionarlo o que sucede?
Este es el código del class
/* --------------------------------------------------------------
=ATRAS
-------------------------------------------------------------- */
Código CSS:
Ver original
a.atras { display: block; float: left; height: 24px; margin-right: 69px; padding-right: 35px; text-decoration: none; font-size: 12px; line-height: 24px; color: #000; background: url("../img/izq.jpg") left 0; background-repeat: no-repeat; }
/* --------------------------------------------------------------
=ALANTE
-------------------------------------------------------------- */
Código CSS:
y se ve asíVer original
a.alante { display: block; float: left; height: 24px; margin-right: 69px; padding-right: 35px; text-decoration: none; font-size: 12px; line-height: 24px; color: #000; background: url("../img/der.jpg") right 0; background-repeat: no-repeat; }
Mil gracias de antemano