No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
There is a problem with IE5 and IE6 to create this pull out menu. I've created a solution on my website [URL="http://www.cartaomega.com.br"]www.cartaomega.com.br[/URL]. Look at file /scripts/global.js. The main function is: [CODE]function menuCss(elemento) { if (document.all&&document.getElementById) { if(document.getElementById(elemento)) { nav = document.getElementById(elemento); for (i=0; i<nav.childNodes.length; i++) { node = nav.childNodes[i]; if …
I've use it at website [URL="http://www.cartaomega.com.br"]mega bonus[/URL]. The code is very short and optimized, look: [CODE]function rede(num, acao, obj) { quadro = document.getElementById("quadro-exemplos"); if(acao==1) { if(navigator.appVersion.indexOf("MSIE") != -1) { arrVersao = navigator.appVersion.split("MSIE"); if (parseFloat(arrVersao[1]) < 7) obj.style.backgroundColor = "#f7fff6"; } quadro.style.background = 'url(/images/loading.gif) center no-repeat'; if(num == 1) quadro.innerHTML = …
The End.
rafael.franco