Jump to content

Se repite imagen de fondo -solucionado-


alfredo_agur

Recommended Posts

Un saludo

 

Estuve leyendo tutoriales para que la imagen de fondo no se repita, pero por más que pruebo no funcionan los codigos.

 

Si la dejo así:

 

body{

font:normal 11px/14px Arial, Verdana, sans-serif;

color:#222;

background-image: url(http://maquillaje.p...._mariposas1.png)

}

 

La imagen se ve pero repetida, pero si le pongo el codigo para que no se repita y la imagen quede al lado derecho simplemente ya no se ve la imagen.

 

Alguna solución?

 

http://www.maquillaje.p.ht/index.php

Edited by alfredo_agur (see edit history)
Link to comment
Share on other sites

Yo creo que asi..

 

body {
font: normal 11px/14px Arial, Verdana, sans-serif;
color: #222;
background: url('../img/fondo_mariposas1.png') repeat-y;
}

 

no queda mal..

 

No funciona. Pasa lo mismo, si le pongo el código que me diste la imagen simplemente no se ve.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...