MediaWiki:Common.js: mudanças entre as edições
De Letropédia
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 6: | Linha 6: | ||
frameborder: '0', | frameborder: '0', | ||
scrolling: 'no', | scrolling: 'no', | ||
style: 'top: 0; left: 0; z-index: 9999; border: none; background: transparent;' | style: 'position: fixed; top: 0; left: 0; z-index: 9999; border: none; background: transparent;' | ||
}); | }); | ||
$('body').prepend(iframe); | $('body').prepend(iframe); | ||
}); | }); | ||