Ir para conteúdo
Fórum Script Brasil
  • 0

Layer Transparente Que Aparece Novamente


Guest - Edu -

Pergunta

Veja quando você clicar na camada flutuante ela vai sumir ....Layer transparente

Depois que o alfa acabar e ela sumir totalmente se clicar novamente ela aparece.

Como eu faço para que ela não apareça. “tem uma matéria , + o que o carinha pede pra eu fazer é substituir esse script abaixo por o que eu tenho mais não ta dando certo .

Ele pede também para eu colocar o nome novamente da layer ... eu ponho aonde ...

Gostaria de uma ajuda .....

Abraços Eduardo.

<script language="JavaScript" type="text/JavaScript">

<!--

function MM_reloadPage(init) { //reloads the window if Nav4 resized

if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {

document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}

else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();

}

MM_reloadPage(true);

function Browser(){

this.name = navigator.appName;

if (this.name == 'Microsoft Internet Explorer') this.browser = 'ie';

else if (this.name.match(/Netscape/)) this.browser = 'ns';

else this.browser = this.name;

this.version = parseInt(navigator.appVersion);

this.ns = (this.browser=='ns' && this.version>=4);

this.ns4 = (this.browser=='ns' && this.version==4);

this.ns6 = (this.browser=='ns' && this.version>=5);

this.ie = (this.browser=='ie' && this.version>=4);

this.ie4 = (this.browser=='ie' && navigator.userAgent.indexOf('MSIE 4')>-1);

this.ie5 = (this.browser=='ie' && navigator.userAgent.indexOf('MSIE 5')>-1);

this.ie6 = (this.browser=='ie' && navigator.userAgent.indexOf('MSIE 6')>-1);

if (this.ie5) this.version = 5;

this.op5 = (navigator.userAgent.indexOf('Opera 5')>-1);

if (this.op5){this.browser = 'op'}

this.dom1 = (document.implementation && document.implementation.hasFeature)?true:false;

this.os = (navigator.platform)?navigator.platform:'unknown';

if (this.ie){ this.language = navigator.userLanguage.substring(0,2).toLowerCase() } else if (this.ns || this.op5) { this.language = navigator.language.substring(0,2).toLowerCase() }

this.toString = function(){ return '[object Browser]'}

return this;

}

function setOpacity(objId, i){

b = new Browser()

if (b.ie){

obj = document.all[objId]

obj.style.filter = "alpha(opacity=" + i + ")";

}

else if (b.ns6){

obj = document.getElementById(objId)

obj.style.MozOpacity = i+'%'

}

}

function MM_findObj(n, d) { //v4.01

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[n];

for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);

if(!x && d.getElementById) x=d.getElementById(n); return x;

}

function MM_showHideLayers() { //v6.0

var i,p,v,obj,args=MM_showHideLayers.arguments;

for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args))!=null) { v=args[i+2];

if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }

obj.visibility=v; }

}

function fadeOpacity(objId, sOpacity, fOpacity,speed){

b = new Browser()

var finished = false

if (sOpacity == fOpacity)

{

finished=true

}

else if (sOpacity > fOpacity){ sOpacity-- }

else if (sOpacity < fOpacity){ sOpacity++ }

setOpacity(objId,sOpacity)

if (finished!=true)

document.TC_opacity = setTimeout('fadeOpacity(\''+objId+'\','+sOpacity+','+fOpacity+','+speed+')',speed)

else MM_showHideLayers('noel','','hide')

}

//-->

</script>

Link para o comentário
Compartilhar em outros sites

3 respostass a esta questão

Posts Recomendados

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,2k
    • Posts
      652,1k
×
×
  • Criar Novo...