Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/12/2010, 12:58
lukkifrag
 
Fecha de Ingreso: diciembre-2010
Mensajes: 19
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: ayuda con baner rotativos

no entiendo bien lo que hay que remplazar aqui te subo el css y el html y me explicas bien , porque no entendi :D ,

Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<
title>Bextreme</title>
<
link href="style.css" rel="stylesheet" type="text/css" />
<
style type="text/css">
<
style type="text/css">
/*<![CDATA[*/
 
img#ia{
bordersolid 1px #000;
}
 
/*]]>*/
</style>
 
<
script type="text/javascript">
//<![CDATA[
 
function cambiar(imagen){
document.getElementById("ia").src imagen;
}
 
//]]>
</script>
<!--
.Estilo3 {
    color: #000000;
    margin-right: 10px;
}
.Estilo7 {
    color: #FFFFFF;
    margin-left: 5px;
}
.Estilo8 {color: #FFFFFF}
-->
</style>
</head>




<body background="images/fondo.jpg">
<div id="banner"></div>
<div id="navegacion">
<table width="1000" height="28" border="0" cellpadding="2" cellspacing="1">
  <tr>
    <th width="117" height="26" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo3"><span class="Estilo7">Servidores</span></span></th>
    <th width="112" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo7">Hosting Web </span></th>
    <th width="114" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo7"><a href="/gameserver.html">Game Server </a></span></th>
    <th width="114" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo7">Contacto</span></th>
    <th width="114" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo7">Sobre Nosotros </span></th>
    <th width="210" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo7">Preguntas Frecuentes  </span></th>
    <th width="91" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo7">Pagos</span></th>
    <th width="95" background="images/navegacion-fondo.jpg" scope="col"><span class="Estilo8">Foro</span></th>
  </tr>
</table>

</div>
<div id="menu-servidores">
<marquee direction="up" scrolldelay="50" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()">
<p class="Estilo8">200.80.52.150:27015</p>
<p class="Estilo8">200.80.52.150:27016</p>
<p class="Estilo8">200.80.52.150:27017</p>
<p class="Estilo8">200.80.52.150:27018</p>
<p class="Estilo8">200.80.52.150:27019</p>
<p class="Estilo8">200.80.52.150:27020</p>
<p class="Estilo8">200.80.52.150:27021</p>
<p class="Estilo8">200.80.52.150:27022</p>
<p class="Estilo8">200.80.52.150:27023</p>
<p class="Estilo8">200.80.52.150:27024</p>
<p class="Estilo8">200.80.52.150:27025</p>
<p class="Estilo8">200.80.52.150:27026</p>
<p class="Estilo8">200.80.52.150:27017</p>
<p class="Estilo8">200.80.52.150:27028</p>
<p class="Estilo8">200.80.52.150:27030</p>
<p class="Estilo8">200.80.52.150:27031</p>
<p class="Estilo8">200.80.52.150:27032</p>
</marquee>
</div>


<div id="contenido">
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
<div id="tabla-visitas">
<table width="159" border="0" cellpadding="2" cellspacing="1" id="tabla-visitas">
  <tr>
    <th width="147" scope="col"><!-- <visitcounter.org> --><img src="http://es.visitcounter.org/f95a3496973ae782dfb1c8443fe53075/1/1" width="60" height="25" border="0"><img src="http://es.visitcounter.org/f95a3496973ae782dfb1c8443fe53075/2/1" width="50" height="25" border="0"><img src="http://es.visitcounter.org/f95a3496973ae782dfb1c8443fe53075/3/1" width="30" height="25" border="0"></a><br><a href=</th>
  </tr>
</table>
</div>
</body>
</html> 



el csss

Código PHP:
/* CSS Document */
#banner {
    
background-image:url(images/banner.jpg);
    
float:left;
    
width:1000px;
    
height200px;
    
margin-top2px;
    
margin-left5px;
    
margin-right5px;
}

#navegacion {
  
margin-left5px;
  
margin-right5px;
  
width:1000px;
}

#menu-servidores {
    
background-imageurl(images/fondo-menu-servidores.jpg);
    
width:165px;
    
height:200px;
    
float:left;
    
margin-left5px;
    
margin-top20px;
    
overflowhidden;
    
margin-bottom0px;
  }
  
#tabla-visitas{
float:left;
    }

#contenido {background-image: url(images/fondo-menu-servidores.jpg);
   
floatleft;
   
width780px;
   
height:300px;
   
overflow:hidden;
   
margin-right:7px;
   
margin-left:33px;
   
margin-top20px;
   }