Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

betodesign

[Resolvido] Imagem deslizante junto com a pagina

Recommended Posts

olá galera, estava atras de um script de banner deslizando junto com a pagina, ai achei este site http://www.abola.pt/ e vi o efeito q eu queria, fiquei horas limpando bonitinho o codigo mas quando terminei a parada so funcionou puxando o banner do site deles, gostaria de vcer aonde isto esta acontecendo e tirar!, pra agente poder escolher a img q vai ficar descendo.

 

<div id="pub_dir" style="position:relative; z-index:99; visibility: hidden">

<!-- Begin -  Site: Default Site Zone: HomePage 120x600 -->
<script language="javascript"  type="text/javascript">
<!--
var browName = navigator.appName;
var SiteID = 1;
var ZoneID = 108;
var browDateTime = (new Date()).getTime();
if (browName=='Netscape')
{
document.write('<s'+'cript lang' + 'uage="jav' + 'ascript" src="http://193.126.232.45/banman/ad.aspx?ZoneID=' + ZoneID + '&Task=Get&IFR=False&Browser=NETSCAPE4&PageID=74645&SiteID=' + SiteID + '&Random=' + browDateTime  + '">'); document.write('</'+'scr'+'ipt>');
}
if (browName!='Netscape')
{
document.write('<s'+'cript lang' + 'uage="jav' + 'ascript" src="http://193.126.232.45/banman/ad.aspx?ZoneID=' + ZoneID + '&Task=Get&IFR=False&PageID=74645&SiteID=' + SiteID + '&Random=' + browDateTime  + '">'); document.write('</'+'scr'+'ipt>');
}
// --> 
</script>
<noscript>
	<a href="#" target="_blank">
	<img src="primale.gif" width="120" height="600" border="0"  alt=""></a>
</noscript>
<!-- End -  Site: Default Site Zone: HomePage 120x600 -->

</div>
<script language="javascript" type="text/javascript">
var pub_dir = '';
document.write(pub_dir);

function MAX_findObj(n, d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MAX_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MAX_getClientSize() {
if (window.innerHeight >= 0) {
return [window.innerWidth, window.innerHeight];
} else if (document.documentElement && document.documentElement.clientWidth > 0) {
return [document.documentElement.clientWidth,document.documentElement.clientHeight]
} else if (document.body.clientHeight > 0) {
return [document.body.clientWidth,document.body.clientHeight]
} else {
return [0, 0]
}
}

function MAX_adlayers_place_009fea0d()
{
var c = MAX_findObj('pub_dir');

if (!c)
return false;

_s='style'

var clientSize = MAX_getClientSize()
ih = clientSize[1]
iw = clientSize[0]

if(document.all && !window.opera)
{
sl = document.body.scrollLeft || document.documentElement.scrollLeft;
st = document.body.scrollTop || document.documentElement.scrollTop;
of = 0;
}
else
{
sl = window.pageXOffset;
st = window.pageYOffset;

if (window.opera)
of = 0;
else
of = 16;
}

c[_s].left = parseInt(0) + (window.opera?'':'px');
c[_s].top = parseInt(st+0) + (window.opera?'':'px');

c[_s].visibility = MAX_adlayers_visible_009fea0d;
}

function MAX_simplepop_009fea0d(what)
{
var c = MAX_findObj('pub_dir');
if (!c)
return false;
if (c.style)
c = c.style;
switch(what)
{
case 'close':
MAX_adlayers_visible_009fea0d = 'hidden';
MAX_adlayers_place_009fea0d();
window.clearInterval(MAX_adlayers_timerid_009fea0d);
break;
case 'open':
MAX_adlayers_visible_009fea0d = 'visible';
MAX_adlayers_place_009fea0d();
MAX_adlayers_timerid_009fea0d = window.setInterval('MAX_adlayers_place_009fea0d()', 10);
break;
}
}
var MAX_adlayers_timerid_009fea0d;
var MAX_adlayers_visible_009fea0d;
MAX_simplepop_009fea0d('open');
</script>

				
	</div>

Compartilhar este post


Link para o post
Compartilhar em outros sites

olá galera, estava atras de um script de banner deslizando junto com a pagina, ai achei este site http://www.abola.pt/ e vi o efeito q eu queria, fiquei horas limpando bonitinho o codigo mas quando terminei a parada so funcionou puxando o banner do site deles, gostaria de vcer aonde isto esta acontecendo e tirar!, pra agente poder escolher a img q vai ficar descendo.

 

<div id="pub_dir" style="position:relative; z-index:99; visibility: hidden">

<!-- Begin -  Site: Default Site Zone: HomePage 120x600 -->
<script language="javascript"  type="text/javascript">
<!--
var browName = navigator.appName;
var SiteID = 1;
var ZoneID = 108;
var browDateTime = (new Date()).getTime();
if (browName=='Netscape')
{
document.write('<s'+'cript lang' + 'uage="jav' + 'ascript" src="http://193.126.232.45/banman/ad.aspx?ZoneID=' + ZoneID + '&Task=Get&IFR=False&Browser=NETSCAPE4&PageID=74645&SiteID=' + SiteID + '&Random=' + browDateTime  + '">'); document.write('</'+'scr'+'ipt>');
}
if (browName!='Netscape')
{
document.write('<s'+'cript lang' + 'uage="jav' + 'ascript" src="http://193.126.232.45/banman/ad.aspx?ZoneID=' + ZoneID + '&Task=Get&IFR=False&PageID=74645&SiteID=' + SiteID + '&Random=' + browDateTime  + '">'); document.write('</'+'scr'+'ipt>');
}
// --> 
</script>
<noscript>
	<a href="#" target="_blank">
	<img src="primale.gif" width="120" height="600" border="0"  alt=""></a>
</noscript>
<!-- End -  Site: Default Site Zone: HomePage 120x600 -->

</div>
<script language="javascript" type="text/javascript">
var pub_dir = '';
document.write(pub_dir);

function MAX_findObj(n, d) {
var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MAX_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MAX_getClientSize() {
if (window.innerHeight >= 0) {
return [window.innerWidth, window.innerHeight];
} else if (document.documentElement && document.documentElement.clientWidth > 0) {
return [document.documentElement.clientWidth,document.documentElement.clientHeight]
} else if (document.body.clientHeight > 0) {
return [document.body.clientWidth,document.body.clientHeight]
} else {
return [0, 0]
}
}

function MAX_adlayers_place_009fea0d()
{
var c = MAX_findObj('pub_dir');

if (!c)
return false;

_s='style'

var clientSize = MAX_getClientSize()
ih = clientSize[1]
iw = clientSize[0]

if(document.all && !window.opera)
{
sl = document.body.scrollLeft || document.documentElement.scrollLeft;
st = document.body.scrollTop || document.documentElement.scrollTop;
of = 0;
}
else
{
sl = window.pageXOffset;
st = window.pageYOffset;

if (window.opera)
of = 0;
else
of = 16;
}

c[_s].left = parseInt(0) + (window.opera?'':'px');
c[_s].top = parseInt(st+0) + (window.opera?'':'px');

c[_s].visibility = MAX_adlayers_visible_009fea0d;
}

function MAX_simplepop_009fea0d(what)
{
var c = MAX_findObj('pub_dir');
if (!c)
return false;
if (c.style)
c = c.style;
switch(what)
{
case 'close':
MAX_adlayers_visible_009fea0d = 'hidden';
MAX_adlayers_place_009fea0d();
window.clearInterval(MAX_adlayers_timerid_009fea0d);
break;
case 'open':
MAX_adlayers_visible_009fea0d = 'visible';
MAX_adlayers_place_009fea0d();
MAX_adlayers_timerid_009fea0d = window.setInterval('MAX_adlayers_place_009fea0d()', 10);
break;
}
}
var MAX_adlayers_timerid_009fea0d;
var MAX_adlayers_visible_009fea0d;
MAX_simplepop_009fea0d('open');
</script>

				
	</div>

 

PODEM FECHAR O TOPICO, JA CONSEGUI, PRA QUEM DESEJA ACESSEM

www.betodesign.com.br/teste

 

abraço a todos

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.