Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.9K
~575 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for moose41

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 …

Member Avatar for rafael.franco
0
311
Member Avatar for Killer_Typo

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 = …

Member Avatar for rafael.franco
0
264

The End.