Foros del Web » Creando para Internet » HTML »

Imagen repetida infinitas veces

Estas en el tema de Imagen repetida infinitas veces en el foro de HTML en Foros del Web. Hola, lo consulto esta vez por el siguiente tema. Tengo este html . La imagen png se REPITE miles de veces, tiene que estar solo ...
  #1 (permalink)  
Antiguo 18/11/2011, 04:14
 
Fecha de Ingreso: junio-2010
Mensajes: 108
Antigüedad: 13 años, 10 meses
Puntos: 2
Imagen repetida infinitas veces

Hola, lo consulto esta vez por el siguiente tema.

Tengo este html.
La imagen png se REPITE miles de veces, tiene que estar solo UNA!

Le aplique la funcion no repeat, pero igualmente sigue repitiendose al infinito, no entiendo si es que me falta cerrar alguna etiqueta o un problema de css!

Pego el codigo del html y el css, por favor ayuda con esto!

HTML:

Código HTML:
Ver original
  1. <!DOCTYPE HTML>
  2. <html lang="en-us">
  3.     <meta charset="utf-8" />
  4.     <meta name="Description" content="Somos Avalon Dreams, un criadoero de gatos <strong>Siameses</strong>  y Orientales basado en Buenos Aires, ARGENTINA. Los invitamos a ver nuestro sitio y suscribirse al mailing list para enterarse de las últimas novedades.">
  5.     <meta name="Keywords" content="">
  6.     <title>AVALON DREAMS - CACHORROS</title>
  7.     <link rel="stylesheet" href="css/html5.css" type="text/css" />
  8.     <link rel="stylesheet" href="css/avalon.css" type="text/css" />
  9.     <link href="css/jScrollPane.css" rel="stylesheet" type="text/css" />
  10.  
  11.     <!--[if IE]>
  12.         <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  13.    <![endif]-->
  14.     <!--[if lt IE 9]>
  15.        <link rel="stylesheet" type="text/css" href="css/avalonIE.css" />
  16.        <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
  17.    <![endif]-->
  18.     <!--[if lt IE 7]>
  19.         <link rel="stylesheet" type="text/css" media="all" href="css/avalonIE6.css"/>
  20.    <![endif]-->
  21.     <style type="text/css">
  22. .clear {
  23.     clear: both;
  24.     visibility: hidden;
  25.     overflow: hidden;
  26.     height: 0px;
  27.     }
  28. </head>
  29.     <div class="wrapper">
  30.         <div class="main galeria">
  31.             <header>
  32.  
  33.                 <nav>
  34.                     <ul>
  35.                         <li><a href="nosotras.html" title="NOSOTRAS" id="header_nav_nosotras">NOSOTRAS</a></li>
  36.                         <li><a href="mas_informacion.html" title="M&Aacute;S INFORMACI&Oacute;N" id="header_nav_mas_informacion" class="active">M&Aacute;S INFORMACI&Oacute;N</a></li>
  37.                         <li><a href="#" title="CACHARROS" id="header_nav_cachorros">CACHARROS</a></li>
  38.                         <li><a href="galeria.html" title="NUESTROS GATOS" id="header_nav_nuestros_gatos">NUESTROS GATOS</a></li>
  39.  
  40.                         <li><a href="http://www.avdreamscattery.blogspot.com" title="BLOG" id="header_nav_blog">BLOG</a></li>
  41.                         <li><a href="contacto.html" title="CONTACTO" id="header_nav_contacto">CONTACTO</a></li>
  42.                     </ul>
  43.                 </nav>
  44.                 <hgroup>
  45.                     <h1><a href="index.html" title="AVALON DREAMS - SIAMESES & ORIENTALES">AVALON DREAMS - SIAMESES & ORIENTALES</a></h1>
  46.                    <h3 id="royal_canin"><a href="javascript:void(0);" title="ROYAL CANIN">ROYAL CANIN</a></h3>
  47.  
  48.                     <h3 id="fedagat"><a href="http://fedagat.blogspot.com/" title="FEDAGAT">FEDAGAT</a></h3>
  49.                   <h3 id="fefi"><a href="http://fifeweb.org" title="FIFE">FIFE</a></h3>
  50.                     <h3 id="tica"><a href="http://www.tica.org/" title="TICA">TICA</a></h3>
  51.                     <h3 id="fundacion"><a href="http://www.asociacion-felina-argentina.com/" title="AFA">AFA</a></h3>
  52.                 </hgroup>
  53.            </header>
  54.             <div>
  55.  
  56.                 <section id="cachorros">
  57.                    
  58.                     <div class="contenedor_mas_informacion">
  59.                         <ul>
  60.                             <li><a href="mailto:[email protected]" title="Escribinos!!!"  
  61.                                style="display: block; width: 819px; height: 349px; background: url(img/cachorros_1.png) no-repeat;
  62.                                text-indent: -9999px; float:left; border: none; outline: none; font-size: 9px; font-family: Tahoma, Arial;"
  63.                                target="_blank"/></li>
  64.                         </ul>
  65.                     </div>  
  66.                     <div class="clear"></div>                
  67.                 </section>
  68.             </div>
  69.             <footer>
  70.  
  71.                     <span>2011&copy; Avalon Dreams. Todos los derechos reservados</span>
  72.                 </footer>
  73.         </div>
  74.     </div>
  75.    </body>
  76. </html>


Código CSS:
Ver original
  1. #mas_informacion
  2. {
  3.     width:783px;
  4.     margin:20px auto;
  5.     background:url(../img/back_cachorros.png) repeat 0 0;
  6.     padding:25px 22px 20px 22px;
  7.     height:393px;
  8.     font-family:Arial, Verdana;
  9.     color:#fff;
  10.     position:relative;
  11.     -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.7);
  12.     -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.7);
  13.     box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.7);
  14.  
  15. }        
  16.     #mas_informacion > header
  17.     {
  18.        
  19.     }
  20.         #mas_informacion > header h1
  21.         {
  22.             text-indent:-9999px;
  23.             overflow:hidden;
  24.             background:url(../img/titulo_mas_informacion.png) no-repeat 0 0;
  25.             width:471px;
  26.             height:49px;            
  27.             /*font-size:40px;*/
  28.             /*font-weight:bold;*/            
  29.             padding:0px;
  30.             margin:0px;
  31.             /*line-height:100%;*/
  32.             /*margin:0 0 16px 0;*/
  33.         }
  34.     .contenedor_mas_informacion > ul
  35.     {
  36.         display:block;        
  37.         padding:0px;
  38.         margin:0px;
  39.     }
  40.         .contenedor_mas_informacion ul li
  41.         {
  42.             display:block;
  43.             width:471px;
  44.             height:16px;
  45.             margin:20px 0;
  46.             list-style:none;
  47.             padding:0px;
  48.         }
  49.             .contenedor_mas_informacion ul li a
  50.             {
  51.                 display:block;
  52.                 text-indent:-9999px;
  53.                 display:block;
  54.                 width:471px;
  55.                 height:16px;
  56.                 outline:none;                
  57.             }
  58.                 #raza
  59.                 {
  60.                     background:url(../img/raza.png) no-repeat 0 0;
  61.                 }
  62.                 #sanitarias
  63.                 {
  64.                     background:url(../img/sanitarias.png) no-repeat 0 0;
  65.                 }
  66.                  #entrega
  67.                 {
  68.                     background:url(../img/entrega.png) no-repeat 0 0;
  69.                 }
  #2 (permalink)  
Antiguo 18/11/2011, 06:32
Avatar de IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 9 meses
Puntos: 1012
Respuesta: Imagen repetida infinitas veces

lee los valores que se le puede asignar a la propiedad background-repeat
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}
  #3 (permalink)  
Antiguo 18/11/2011, 09:16
 
Fecha de Ingreso: junio-2010
Mensajes: 108
Antigüedad: 13 años, 10 meses
Puntos: 2
Respuesta: Imagen repetida infinitas veces

hola, te agradezco la respuesta, pero ya tengo la funcion no-repeat en el background, igual se sigue repitiendo!!!

Esa es mi pregunta!
  #4 (permalink)  
Antiguo 18/11/2011, 11:33
 
Fecha de Ingreso: noviembre-2011
Ubicación: Valencia
Mensajes: 7
Antigüedad: 12 años, 5 meses
Puntos: 0
Respuesta: Imagen repetida infinitas veces

Bueno he estado echando un vistazo a tu html en la pagina web directamente, y el problema es que tienes repetido el enlace hasta la saciedad. Por que lo tienes asi?

Un saludo
  #5 (permalink)  
Antiguo 18/11/2011, 12:16
 
Fecha de Ingreso: junio-2010
Mensajes: 108
Antigüedad: 13 años, 10 meses
Puntos: 2
Respuesta: Imagen repetida infinitas veces

hola kramer, justamente eso es lo que estoy queriendo solucionar:

en el codigo el enlace esta una sola vez, pero cuando abro el archivo en el firefox se repite infinitas veces... no entiendo por que!

Alguien me puede ayudar?
  #6 (permalink)  
Antiguo 18/11/2011, 12:44
Avatar de zerokilled
Javascripter
 
Fecha de Ingreso: abril-2009
Ubicación: Isla del Encanto, La Borinqueña [+>==]
Mensajes: 8.050
Antigüedad: 15 años
Puntos: 1485
Respuesta: Imagen repetida infinitas veces

buenas,
valida y corrige el documento. tiene varios errores y aunque no lo he verificado no me extrañaría que sea la fuente del por qué el navegador tiene ese comportamiento raro.

__________________
la maldad es una virtud humana,
y la espiritualidad es la lucha del hombre contra su maldad.
  #7 (permalink)  
Antiguo 18/11/2011, 12:52
 
Fecha de Ingreso: junio-2010
Mensajes: 108
Antigüedad: 13 años, 10 meses
Puntos: 2
Respuesta: Imagen repetida infinitas veces

perdoname la ignorancia, pero como valido el documento?
el tema es que la web la armo un programador, pero ahora no me quiere corregir lo que esta mal y yo no tengo mucha experiencia en html...
graciassssss
  #8 (permalink)  
Antiguo 18/11/2011, 13:26
Avatar de zerokilled
Javascripter
 
Fecha de Ingreso: abril-2009
Ubicación: Isla del Encanto, La Borinqueña [+>==]
Mensajes: 8.050
Antigüedad: 15 años
Puntos: 1485
Respuesta: Imagen repetida infinitas veces

para validar un documento html puedes usar el servicio online markup validation service de w3.org. éste te listará todos los posibles errores en la estructura html de acuerdo al tipo de documento. tienes que leer detenidamente los detalles para comprender de que trata los errores y en base a eso actuar. espero que con el conocimiento que tienes sea suficiente.
__________________
la maldad es una virtud humana,
y la espiritualidad es la lucha del hombre contra su maldad.
  #9 (permalink)  
Antiguo 18/11/2011, 13:43
 
Fecha de Ingreso: junio-2010
Mensajes: 108
Antigüedad: 13 años, 10 meses
Puntos: 2
Respuesta: Imagen repetida infinitas veces

Espectacuylar, lo solucione con esa pagina de validacion.

Faltaba cerrar una etiqueta!

Gracias.

Etiquetas: css, google, repetida, veces
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 02:18.