Foros del Web » Programando para Internet » Javascript »

Cómo hacer una Barra o Box de noticias scroleable?

Estas en el tema de Cómo hacer una Barra o Box de noticias scroleable? en el foro de Javascript en Foros del Web. Hola, desearía saber como hacer una barra o box con scroll para poner las noticias o novedades de mi página en la Home de la ...
  #1 (permalink)  
Antiguo 10/10/2003, 13:48
Avatar de fernac  
Fecha de Ingreso: julio-2003
Ubicación: Paraná - Entre Ríos
Mensajes: 53
Antigüedad: 20 años, 9 meses
Puntos: 0
Pregunta Cómo hacer una Barra o Box de noticias scroleable?

Hola, desearía saber como hacer una barra o box con scroll para poner las noticias o novedades de mi página en la Home de la misma, así la gente que la visita tiene mas a mano lo nuevo de la página. En lo posible que sea scroll automático o sino haciéndo click que pasen una a una.
Gracias, espero su ayuda.

Fernando.
  #2 (permalink)  
Antiguo 10/10/2003, 14:27
 
Fecha de Ingreso: mayo-2003
Mensajes: 115
Antigüedad: 21 años
Puntos: 0
<!-- Copiar este código dentro del tag BODY -->

<script language="JavaScript1.2">

// ancho
var marqueewidth=150
// alto
var marqueeheight=80
// velocidad
var speed=1
// contenido
var marqueecontents='<font face="Arial"><small>En el depósito de JavaScripts podrás encontrar aquellos códigos solicitados por los usuarios de los <a href="http//www.forosdelweb.com/">Foros del Web</a>.<p>&nbsp;</p>Si buscás otro script visitá la sección <a href="index.htm">Depósito de JavaScripts!</small></a></font>'

if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheig ht+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.w rite(marqueecontents)
document.cmarquee01.document.cmarquee02.document.c lose()
thelength=document.cmarquee01.document.cmarquee02. document.height
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thel ength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marque eheight
scrollit()
}
}

window.onload=regenerate2
</script>
  #3 (permalink)  
Antiguo 11/10/2003, 04:00
Avatar de tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Buenas,

echale un ojo a la que tengo aquí a ver si te sirve

http://javascript.tunait.com/javascr...rolldenoticias


saludos
  #4 (permalink)  
Antiguo 27/09/2004, 04:56
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
Hola Tunait, he intentado poner tú scroll de noticias en un template de 4gallerys en el home y por más que le he trasteado no consigo que funcione. Podrías darme alguna pista de porque se puede deber?
Un saludo
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.
  #5 (permalink)  
Antiguo 27/09/2004, 05:04
Avatar de tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Hola tripiyon

Pues... puede que esté en conflicto con algún otro script.... o vete a saber, pueden ser cienmil cosas. Si me dejas un link a donde poder verlo en marcha le echo un ojo
  #6 (permalink)  
Antiguo 27/09/2004, 05:10
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
No lo tengo instalado ya que no funciona. Te explico un poco más o menos lo que hice. Yo lo quiero poner en el home, el tema es que esa plantilla hace una llamada al header.html que es la cabecera de la página, y creo que el conflicto empieza por ahí, ya que supongo que el script habrá que ponerlo en la cabecera. De todas formas te dejo un link a la página que le eches un vistazo, gracias por tan rápida respuesta.
Un saludo
http://www.elclubdigital.org/digital/
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.
  #7 (permalink)  
Antiguo 27/09/2004, 05:23
Avatar de tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 22 años, 8 meses
Puntos: 381
Pues ... así a ojo, mirando rápido el código fuente no veo que se estén usando variables usadas por el script de las noticias....
Cita:
y creo que el conflicto empieza por ahí, ya que supongo que el script habrá que ponerlo en la cabecera
Pues no necesariamente, basta con que esté definido el script antes de donde llamas a la función escribe(), de hecho, puedes ponerlo todo seguido, el script, y la llamada a la función escribe()

Te acordaste de añadir además a body lo de onload="escrolea()" ??
  #8 (permalink)  
Antiguo 27/09/2004, 05:31
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
Si, por eso es por lo que me extrañaba, de todas maneras probaré esta tarde a ponerlo todo seguido a ver si de esa manera llega a funcionar. Luego comentaré como ha ido.
Gracias por todo
Un saludo
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.
  #9 (permalink)  
Antiguo 27/09/2004, 07:59
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
Tunait, creo haber hecho lo que dices, te pongo el código para que lo veas, y nada de nada. Pongo el código de toda la plantilla en tres partes, ya que no me entra en una sola.
Un saludo
Código:
{header}
<body link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF" onload="escrolea()"> 
<table width="100%" border="0" bgcolor="#3D4348" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="37" rowspan="3" class="sambakiri"><img src="{template_url}/images/spacer.gif" alt="" width="37" height="19" /></td>
    <td height="25" colspan="3"><table  class="bordetalles1" bgcolor="#34393D" width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td height="25"><img src="{template_url}/images/spacer.gif" width="4" height="4" alt="" />{clickstream}<b class="title"> 
            <font color="BC9701">{lang_lightbox}</font></b></td>
          <td  height="25" align="right"> <script language="JavaScript">
				        function clearlightbox() {
		                  if (confirm('{lang_delete_lightbox_confirm}')) {
			                location.href = "{url_delete_lightbox}";
		                  }
	                    }
				        </script> <a href="javascript:clearlightbox()"><b>{lang_delete_lightbox}</b></a> 
          </td>
        </tr>
      </table></td>
    <td width="37" rowspan="6" align="right" valign="middle" class="sambakanan"><table width="37" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="37" height="91" align="right" valign="middle"><img src="{template_url}/images/sam_a_kanan2.gif" alt="" width="37" height="91"/></td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td width="155" height="100%" class="backmenu3" valign="top"><table width="155" border="0" cellpadding="0" cellspacing="0" class="backmenu">
        <tr> 
          <td class="menuhead"><img src="{template_url}/images/spacer.gif" alt="" width="155" height="30" /></td>
        </tr>
        <tr> 
          <td><table width="155" border="0" cellspacing="0" cellpadding="6">
              <tr> 
                <td  width="155" ><div align="center"></div>
                  <div align="center"></div>
                  <img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" />{user_box}</td>
              </tr>
              <tr> 
                <td><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td><table width="155" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td class="menuhead" height="30"><img src="{template_url}/images/spacer.gif" alt="" width="155" height="30" />{if 
                  random_image}</td>
              </tr>
			  <tr> 
                <td class="backmenu2" align="center" height="30">
<span id="liveclock">
</span>

<script language="JavaScript">
 <!--

function show5(){
if (!document.layers&&!document.all&&!document.getElementById)
return

 var Digital=new Date()
 var hours=Digital.getHours()
 var minutes=Digital.getMinutes()
 var seconds=Digital.getSeconds()

var dn="PM"
if (hours<12)
dn="AM"
if (hours>12)
hours=hours-12
if (hours==0)
hours=12

 if (minutes<=9)
 minutes="0"+minutes
 if (seconds<=9)
 seconds="0"+seconds
//change font size here to your desire
myclock="<font size='3' face='Arial' color='#D8F9FF'><b><font size='1'>Hora actual:</font></br>"+hours+":"+minutes+":"
 +seconds+" "+dn+"</b></font>"
if (document.layers){
document.layers.liveclock.document.write(myclock)
document.layers.liveclock.document.close()
}
else if (document.all)
liveclock.innerHTML=myclock
else if (document.getElementById)
document.getElementById("liveclock").innerHTML=myclock
setTimeout("show5()",1000)
 }


window.onload=show5
 //-->
 </script></td>
              </tr>
			  <tr> 
                 <td  width="155" height="21" class="menuhead2"><div align="center"><strong><font color="#000000">:: 
                    Noticias ::</font></strong></div></td>
              </tr>
			  <script language="JavaScript" type="text/JavaScript">
/*****************************************************************************
Scroll de noticias con foto. Script creado por Tunait! (27/3/2004)
Si quieres usar este script en tu sitio eres libre de hacerlo con la condición de que permanezcan intactas estas líneas, osea, los créditos.
No autorizo a publicar y ofrecer el código en sitios de script sin previa autorización
Si quieres publicarlo, por favor, contacta conmigo.
http://javascript.tunait.com/
[email protected] 
******************************************************************************/
var ancho = 150 //anchura del cuadro
var alto = 80 //altura del cuadro
var marco = 1 //0 para que notenga marco (borde)
var fondo = '#FFFFFF' //color de fondo del cuadro
var pausilla = 2000 //tiempo de la pausa en milisegundos (2000 = 2 segundos)
var destino = "_blank" //target en donde se quiera que se carguen los enlaces, en caso de usarlos.
var cursor = "default;"  //cursor que se quiera sobre el cuadro
var colTitular = '#006699' //color del texto del titular
var colTexto = '#999999' // color del texto de la noticia
var colFecha = '#3399FF' //color del texto de la fecha
var colEnlace = '#660000' //color del texto del enlace
var fuente = "arial" //fuente para los textos 
var tamTitular = '14' //tamaño de la fuente del titular
var tamTexto = '12' //tamaño de la fuente del texto de la noticia
var tamFecha = '10' // tamaño de la fuente de la fecha
var tamEnlace = '11' // tamaño de la fuente del enlace 
var alinImagen = 'center'//alineaci&oacute;n de la imagen
var margImagen = '3'//margen alrededor de la imagen
var masInfo = true //Determina si se usa o no el enlace. true para usarlo. false para omitirlo
var poneFecha = true //true para poner fecha. false para omitirla. Si no se quiere fecha, dejar las comillas vacías ""

function noticia(titular,texto,fecha,enlace,destino,imagen)
	{
	this.titular = titular
	this.texto = texto
	this.imagen = imagen
	this.fecha= fecha
	this.enlace = enlace
	this.destino = destino
	}
var noticias = new Array()

noticias[0]= new noticia("Perico de los palotes se compra un perro.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","12/5/03","http://www.yahoo.es/","_blank","1.gif")
noticias[1]= new noticia(" Bartolo nunca tuvo una flauta. En realidad era una tuba. ","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","15/5/03","#","_blank","2.gif")
noticias[2]= new noticia("El caballo blanco de Santiago era blanco.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","17/5/03","http://www.altavista.com/","_blank","3.gif")
noticias[3]= new noticia("Quien a buen arbol se arrima se arriesga a que le caiga un rayo.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","23/5/03","http://www.forosdelweb.com/","_blank",null)
noticias[4]= new noticia ("Descubierto que 'andando' además de gerundio provoca cansancio.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","2/6/03","http://www.maestrosdelweb.com/","_blank",null)
noticias[5]= new noticia ("Ultima hora: Kojak debe su calvicie a la ausencia de pelo.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","5/6/03","#","_blank",null)
noticias[6]= new noticia("El perro de Perico se come la flauta del Bartolo y éste le reclama un palote.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","7/6/03","#","_blank",null)
noticias[7]= new noticia("Ahora se cree que los Reyes Magos en realidad eran tres.","blablá bla blablablá blas blábla blablá bla blablablá blas blábla blablá bla blablablá blas bláblablablá bla blablablá blas blábla","2/8/03","#","_blank",null)
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.

Última edición por tripiyon; 27/09/2004 a las 08:02
  #10 (permalink)  
Antiguo 27/09/2004, 08:01
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
Código:
var det = false
var hayIma, claseIma
function escribe(){
document.write ('<div id="mami" style="width:' + ancho + '; height:' + alto + 'px; position:relative;  overflow:hidden ">')
document.write('<table bgcolor="' + fondo + '" border = "' + marco + '" width="' + ancho + '" height="100%"><tr><td valign="top">')
document.write ('<div id="uno" style="top:' + alto +'; width:' + ancho + ' height:' + alto + 'px;  ">')
document.write ('<div class="titular">')
document.write (noticias[0].titular)
document.write ('</div>')
if(noticias[0].imagen != null){
	hayIma = true
	claseIma = 'imagen'
	}
else{
	hayIma = false
	claseIma = 'noImagen'
	}
document.write ('<div class="' + claseIma + '">')
document.write ('<img src="' + noticias[0].imagen + '">')
document.write ('</div>')
document.write ('<div class="fecha">')
document.write (noticias[0].fecha)
document.write ('</div>')
document.write ('<div class="texto">')
document.write (noticias[0].texto)
document.write ('</div>')
if(masInfo == true){
	document.write ('<a class="enlace" href="')
	document.write (noticias[0].enlace)
	document.write ('" target="' + destino + '">más información...</a>')
	}
document.write ('</div>')
document.write ('<div id="dos" style="top:' + (alto*2) +'; width:' + ancho + ' height:' + alto + 'px; ">')
document.write ('<div class="titular">')
document.write (noticias[1].titular)
document.write ('</div>')
if(noticias[1].imagen != null){
	hayIma = true
	claseIma = 'imagen'
	}
else{
	hayIma = false
	claseIma = 'noImagen'
	}

document.write ('<div class="' + claseIma + '">')
document.write ('<img src="' + noticias[1].imagen + '">')
document.write ('</div>')
document.write ('<div class="fecha">')
document.write (noticias[1].fecha)
document.write ('</div>')
document.write ('<div class="texto">')
document.write (noticias[1].texto)
document.write ('</div>')
if(masInfo == true){
	document.write ('<a class="enlace" href="')
	document.write (noticias[1].enlace)
	document.write ('" target = "' + destino + '">más información...</a>')
	}
document.write ('</div>')
document.write('</td></tr></table>')
document.write ('</div>')
if(navigator.appName == "Netscape")
{altoUno = document.getElementById('uno').offsetHeight}
else
{altoUno = document.getElementById('uno').clientHeight}
document.getElementById('uno').onmouseover =function(){
	det = true
	clearTimeout(tiempo)
	}
document.getElementById('uno').onmouseout =function(){
	det = false;
	clearTimeout(tiempo)
	escrolea()
	}

document.getElementById('dos').onmouseover =function(){
	det = true
	clearTimeout(tiempo)
	}
document.getElementById('dos').onmouseout =function(){
	det = false;
	clearTimeout(tiempo)
	 escrolea()
	 
	}
}
desp = 1
var cont = 1
var pos,pos2
function escrolea(){
pos = document.getElementById('uno').style.top
pos = pos.replace(/px/,"");
pos = pos.replace(/pt/,"");
pos = new Number(pos);
pos2 = document.getElementById('dos').style.top
pos2 = pos2.replace(/px/,"");
pos2 = pos2.replace(/pt/,"");
pos2 = new Number(pos2);
pos -= desp
pos2 -= desp

if (pos == desp){
	var contenidos = ""
	document.getElementById('dos').style.top = alto
	document.getElementById('dos').childNodes[0].firstChild.nodeValue  = noticias[cont].titular
	if(noticias[cont].imagen != null){
		document.getElementById('dos').childNodes[1].firstChild.src = noticias[cont].imagen
		document.getElementById('dos').childNodes[1].className = 'imagen'
		}
	else{
		document.getElementById('dos').childNodes[1].className = 'noImagen'
		}
	if(poneFecha == true){
	document.getElementById('dos').childNodes[2].firstChild.nodeValue  = noticias[cont].fecha
	}
	document.getElementById('dos').childNodes[3].firstChild.nodeValue  = noticias[cont].texto
		if(masInfo == true){
		document.getElementById('dos').childNodes[4].href = noticias[cont].enlace 
		}
	document.getElementById('uno').style.top = 0
	if(cont == noticias.length-1)
		{cont=0}
	else{
		cont++
		}
	pausa()
	return false
	}
else{
	if (pos2 == desp){
		var contenidos = ""
		document.getElementById('uno').style.top = alto
		document.getElementById('uno').childNodes[0].firstChild.nodeValue  = noticias[cont].titular
		if(noticias[cont].imagen != null){
		document.getElementById('uno').childNodes[1].firstChild.src = noticias[cont].imagen
		document.getElementById('uno').childNodes[1].className = 'imagen'
		}
	else{
		document.getElementById('uno').childNodes[1].className = 'noImagen'
		}
		if(poneFecha == true){
		document.getElementById('uno').childNodes[2].firstChild.nodeValue  = noticias[cont].fecha
		}
		document.getElementById('uno').childNodes[3].firstChild.nodeValue  = noticias[cont].texto
		if(masInfo == true){
		document.getElementById('uno').childNodes[4].href  = noticias[cont].enlace
		}
		document.getElementById('dos').style.top = 0
		if(cont == noticias.length-1)
		{cont=0}
	else{
		cont++
		}
		pausa()
		return false
		}
	else{
		document.getElementById('uno').style.top = pos
		document.getElementById('dos').style.top = pos2
		}
	}
tiempo = window.setTimeout('escrolea()',50)
}
var tiempo
function pausa()
{
clearTimeout(tiempo)
if (det == false){
	tiempo = setTimeout ('continuar()',2000)
	}
}
function continuar()
{
if(det == false)
	{escrolea()}
}

document.write('<style type="text/css">')
document.write ('#uno {')
document.write ('color: #006699;')
if(cursor == "pointer" || cursor == "hand"){
cursor = (navigator.appName == "Netscape")?'pointer;':'hand;';
}
document.write ('cursor:' + cursor + ";")
document.write ('position:absolute;}')
document.write ('#dos {')
document.write ('color: #006699;')
document.write ('cursor:' + cursor + ";")
document.write ('position:absolute;}')
document.write ('.titular{')
document.write ('color:' + colTitular +';')
document.write ('font-family:' + fuente + ';')
document.write ('font-size :' + tamTitular + ';font-weight:bold}')
document.write ('.texto{')
document.write ('color:' + colTexto + ';')
document.write ('font-family:' + fuente + ';')
document.write ('font-size:' + tamTexto + ';}')
if(poneFecha == true){
document.write ('.fecha{')
document.write ('color:' + colFecha +';')
document.write ('font-family:' + fuente + ';')
document.write ('font-size :' + tamFecha + ';font-weight:bold}')
}
else{
document.write ('.fecha{display: none;}')
}
document.write ('.enlace{')
document.write ('color:' + colEnlace + ';')
document.write ('font-family:' + fuente + ';')
document.write ('font-size:' + tamEnlace + ';}')
document.write ('.imagen{')
document.write ('text-align:' + alinImagen + ';')
document.write ('margin: ' + margImagen + 'px;}')
document.write ('.noImagen{display:none;}')
document.write ('</style>')
</script>
			  <tr> 
                <td><div align="center">
                     <p><script>escribe()</script>;</p>
                </div></td>
              </tr>
			  <tr> 
                <td class="menuhead" height="30"><img src="{template_url}/images/spacer.gif" alt="" width="19" height="19" /></td>
              </tr>
            </table></td>
        </tr>
        <tr> 
          <td><table width="155" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td  height="20" valign="top" > <div align="center"> 
                    <table width="155" border="0" cellpadding="5" cellspacing="0">
                      <tr> 
                        <td class="menuhead2"><div align="center"><font color="#000000"><strong>:: 
                            {lang_random_image} ::</strong></font></div></td>
                      </tr>
                    </table>
                  </div></td>
              </tr>
              <tr> 
                <td align="center" > <br />
                  {random_image} {endif random_image} <br /></td>
              </tr>
            </table> 
        <tr> 
          <td class="menuhead" height="30"><img src="{template_url}/images/spacer.gif" alt="" width="19" height="19" /></td>
        </tr>
      </table></td>
        
    <td width="19" rowspan="5"><img src="{template_url}/images/spacer.gif" alt="" width="19" height="8"></td>
    <td width="100%" rowspan="2" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr> 
                      <td height="25" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td width="24" height="25" valign="top"><img name="head2" src="templates/4images_dark/images/head2.gif" width="24" height="25" border="0" alt=""></td>
                            <td width="100%" valign="top"><table width="100%" border="0" cellpadding="6" cellspacing="0">
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.
  #11 (permalink)  
Antiguo 27/09/2004, 08:01
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
Código:
<tr> 
                                  <td width="100%" height="25" valign="top" class="head1"><div align="left"><strong> 
                                      :: Favoritos</strong><font color="#000000"> 
                                      :: </font></div></td>
                                </tr>
                              </table></td>
                            <td width="9" valign="top"><img name="head3" src="templates/4images_dark/images/head3.gif" width="9" height="25" border="0" alt=""></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td valign="top" ><table class="boxline" width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td>{thumbnails}</td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td valign="top" >{endif thumbnails} <br />
                        {paging} </td>
                    </tr>
                    <tr> 
                      <td height="40" valign="top" ><table width="100%" border="0" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td  width="50%" height="38" valign="top" ><div align="left">{category_dropdown_form}</div></td>
                            <td width="50%" valign="top"><div align="right">{setperpage_dropdown_form}</div></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr> 
                            <td><br>
                              {paging_stats} <br />
                              {lang_lightbox_lastaction} {lightbox_lastaction} 
                            </td>
                            <td align="right" valign="top"><a href="quotation.php"> 
                              </a></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr > 
                      <td>{if msg}<b>{msg}</b> {endif msg} {if thumbnails} </td>
                    </tr>
                    <tr> 
                      <td height="25" valign="top">{whos_online}</td>
                    </tr>
                  </table></td>
  </tr>
</table>
{footer}
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.
  #12 (permalink)  
Antiguo 28/09/2004, 04:31
Avatar de tripiyon  
Fecha de Ingreso: mayo-2004
Ubicación: En Un Lugar De La Mancha ...
Mensajes: 24
Antigüedad: 20 años
Puntos: 2
Ya está resuelto el problema, entraba en conflicto con el reloj, gracias por la ayuda prestada.
Un saludo
__________________
Un Saludo

El arte o te horroriza o te apasiona, pero nunca te deja indiferente
.:: Mi Página ::.
.:: Foro-Creativo ::.
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 22:36.