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<!DOCTYPE HTML>
<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.">
<meta name="Keywords" content=""> <link rel="stylesheet" href="css/html5.css" type="text/css" /> <link rel="stylesheet" href="css/avalon.css" type="text/css" /> <link href="css/jScrollPane.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/avalonIE.css" />
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/avalonIE6.css"/>
<![endif]-->
.clear {
clear: both;
visibility: hidden;
overflow: hidden;
height: 0px;
}
<div class="main galeria">
<li><a href="nosotras.html" title="NOSOTRAS" id="header_nav_nosotras">NOSOTRAS
</a></li> <li><a href="mas_informacion.html" title="MÁS INFORMACIÓN" id="header_nav_mas_informacion" class="active">M
ÁS INFORMACI
ÓN
</a></li> <li><a href="#" title="CACHARROS" id="header_nav_cachorros">CACHARROS
</a></li> <li><a href="galeria.html" title="NUESTROS GATOS" id="header_nav_nuestros_gatos">NUESTROS GATOS
</a></li>
<li><a href="http://www.avdreamscattery.blogspot.com" title="BLOG" id="header_nav_blog">BLOG
</a></li> <li><a href="contacto.html" title="CONTACTO" id="header_nav_contacto">CONTACTO
</a></li> <h1><a href="index.html" title="AVALON DREAMS - SIAMESES & ORIENTALES">AVALON DREAMS - SIAMESES
& ORIENTALES</a></h1> <h3 id="royal_canin"><a href="javascript:void(0);" title="ROYAL CANIN">ROYAL CANIN
</a></h3>
<h3 id="fedagat"><a href="http://fedagat.blogspot.com/" title="FEDAGAT">FEDAGAT
</a></h3> <h3 id="fefi"><a href="http://fifeweb.org" title="FIFE">FIFE
</a></h3> <h3 id="tica"><a href="http://www.tica.org/" title="TICA">TICA
</a></h3> <h3 id="fundacion"><a href="http://www.asociacion-felina-argentina.com/" title="AFA">AFA
</a></h3>
<div class="contenedor_mas_informacion"> style="display: block; width: 819px; height: 349px; background: url(img/cachorros_1.png) no-repeat;
text-indent: -9999px; float:left; border: none; outline: none; font-size: 9px; font-family: Tahoma, Arial;"
<span>2011
© Avalon Dreams. Todos los derechos reservados
</span>
Código CSS:
Ver original#mas_informacion
{
width:783px;
margin:20px auto;
background:url(../img/back_cachorros.png) repeat 0 0;
padding:25px 22px 20px 22px;
height:393px;
font-family:Arial, Verdana;
color:#fff;
position:relative;
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.7);
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.7);
}
#mas_informacion > header
{
}
#mas_informacion > header h1
{
text-indent:-9999px;
overflow:hidden;
background:url(../img/titulo_mas_informacion.png) no-repeat 0 0;
width:471px;
height:49px;
/*font-size:40px;*/
/*font-weight:bold;*/
padding:0px;
margin:0px;
/*line-height:100%;*/
/*margin:0 0 16px 0;*/
}
.contenedor_mas_informacion > ul
{
display:block;
padding:0px;
margin:0px;
}
.contenedor_mas_informacion ul li
{
display:block;
width:471px;
height:16px;
margin:20px 0;
list-style:none;
padding:0px;
}
.contenedor_mas_informacion ul li a
{
display:block;
text-indent:-9999px;
display:block;
width:471px;
height:16px;
outline:none;
}
#raza
{
background:url(../img/raza.png) no-repeat 0 0;
}
#sanitarias
{
background:url(../img/sanitarias.png) no-repeat 0 0;
}
#entrega
{
background:url(../img/entrega.png) no-repeat 0 0;
}