[quote=xavierkym]@masterjin ima using Firefox..
and its also happening in your profile..
eniweizz.. nice page dude..[/quote]
[b]@xavierkym[/b] - sorry about that. i browsed my profile just on ie.
[b]@feruzz[/b] - we really need to fix this mate.
hope you can have a solution the soonest possible time.
thanks.
[quote=bluemango]i need help, can i also put show/hide button for google ads? this is my code...
function show_hide(the_box) {
if(document.getElementById(the_box)) {
if(document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'inline';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}
var showhide;
try {
showhide = document.createElement("div");
}catch (e) {
showhide = document.createElement("<div>");
}
showhide.setAttribute("style","text-align:center;padding-top:5px");
showhide.innerHTML = "<div align='center' id='showhide'>"+
"<input type='button' value='AdsByGoogle' onClick=\"javascript:show_hide('content_adsbygoogle_1_1');\"></div>";
document.getElementById("navigation").parentNode.appendChild(showhide);
the button showed but it doesn't hide the Ads when pressed... help me please?

[/quote]
[b]@bluemango[/b] - just change your [b]'content_adsbygoogle_1_1'[/b] to [b]'content_ads_2_3'[/b].
cheers!
Last edited by masterjin (2007-07-30 20:16:37)