Instagram: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição Etiqueta: Revertido |
Sem resumo de edição Etiqueta: Revertido |
||
Linha 2: | Linha 2: | ||
<div style="position:relative;"> | <div style="position:relative;"> | ||
<img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign" width="411" height="411" /> | |||
<img src="https://wiki.pokelegends.com.br/images/ | <div style="position:absolute;top:0;left:0;width:100%;height:100%;display:none;"> | ||
<div style="position:absolute;top:0;left:0;width:100%;height:100%; | <img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign (Zoom)" style="width:100%;height:100%;" /> | ||
<img src="https://wiki.pokelegends.com.br/images/ | </div> | ||
</div> | |||
</div> | </div> | ||
<script> | |||
$(document).ready(function() { | |||
$('img[alt="Danger Sign"]').hover( | |||
function() { | |||
$(this).next().show(); | |||
}, | |||
function() { | |||
$(this).next().hide(); | |||
} | |||
); | |||
}); | |||
</script> |
Edição das 04h58min de 3 de maio de 2023
A nossa página oficial do Instagram é oficial.pokelegends/.
<img src="https://wiki.pokelegends.com.br/images/0/0f/Danger_Sign.png" alt="Danger Sign" width="411" height="411" />
<script> $(document).ready(function() {
$('img[alt="Danger Sign"]').hover( function() { $(this).next().show(); }, function() { $(this).next().hide(); } );
}); </script>