No estás registrado (Registrarse)

Vanilla 1.1.10 es un producto de Lussumo. Para más información: Documentación, Soporte.

    •  
      CommentAuthorsonydei
    • CommentTimeFeb 12th 2010
     # 1
    ¿Como puedo juntar la barra de navegacion con el banner en Juegos.juegos::juegos de mario:juegos de bob esponja
    • CommentAuthorMafiay2k
    • CommentTimeFeb 12th 2010 editado
     # 2
    #header {
    display:block;
    height:200px;
    margin:0 auto;
    width:915px;
    }

    Cambia a height:152px;Dominios venta
    •  
      CommentAuthorsonydei
    • CommentTimeFeb 12th 2010
     # 3
    •  
      CommentAuthorsonydei
    • CommentTimeFeb 12th 2010
     # 4
    ah y reducir la distancia del color azul de arriba de la pagina, para que quede el banner pegado arriba?juegos::juegos de mario:juegos de bob esponja
    • CommentAuthorMafiay2k
    • CommentTimeFeb 12th 2010 editado
     # 5
    Ahi tienes una limitacion:

    #top-wrap {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(images/topwrap.gif) no-repeat scroll left top;
    height:40px;
    margin:auto;
    width:975px;
    }

    La parte de arriba es una imagen que mide 40px, ( height:40px) por lo que si lo reduces te comes parte de la imagen.

    Lo mejor es cortar la imagen con photoshop comiendote lo que te sobra de azul de images/topwrap.gif y darle un height nuevo segun el tamaño de la nueva imagen.

    Si quieres hacerlo en plan chapuza puedes sustituir esto

    background:transparent url(images/topwrap.gif) no-repeat scroll left bottom;
    height:10px;

    De todos modos la parte derecha de tu imagen no encaja con la imagen de abajo ... vete tu a saber porque :)

    Tambien te sobra un <br/> justo despues de el primer <div clearfloat...
    Por cierto ojo con los cierres de html no es <br> si no <br/> si no dejas abierto el tag.
    Dominios venta
    •  
      CommentAuthorsonydei
    • CommentTimeFeb 12th 2010
     # 6
    Vale lo hago con photoshop. Muchas gracias por todojuegos::juegos de mario:juegos de bob esponja
    • CommentAuthorMafiay2k
    • CommentTimeFeb 12th 2010
     # 7
    De nada ;)Dominios venta