Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/11/2009, 21:25
gerangel
 
Fecha de Ingreso: julio-2009
Mensajes: 53
Antigüedad: 14 años, 8 meses
Puntos: 1
Respuesta: Ayuda Para Posicionar Título

No funciona porque al tratar de subirlo no me deja, por ej pongo asi y no me deja:

line-height: -10%

Alguna sugerencia?

Pd: este es el codigo que estoy usando:

Código :
Ver original
  1. .mainTitle {
  2.     padding:7px 0 9px 150px;
  3.     position:relative;
  4.     text-align: center;
  5.     font-size: 22px;
  6.     background-image: url(main-title.png);
  7.     background-repeat: no-repeat;
  8.     background-position: 0 0;
  9.     left:-37px;
  10. }
  11.  
  12. .mainTitle h3, .mainTitle h3 a {
  13. color:#FFF;
  14. }
  15.  
  16. .mainTitle h3 {
  17. font-size:1.9em;
  18. font-weight:normal;
  19. line-height:130%;
  20. text-shadow:3px 2px #222;
  21. margin-right:130px;
  22. }