Re: just wanna ask
on the show/hide codes of sir feruzz
how to put the effect on the tracker
i know how to put this effect on the other addboxes but the problem if i put it on the tracker nothing happe
here,change this one
[quote]addBox("RIGHT",pageOwnerFName+"'s Visitors",TRACKER.div.innerHTML,"tracker",null);[/quote]
to this
[quote]var Visitors = "<div style=\"float: right;padding: 4px 11px;\" class=\"" + val + "\">" + "<a href=\"javascript:void(0);\" onclick=\"EFFECTS.boxFX(this,'content_tracker','" + EFFECTS.effect + "','http://h1.ripway.com/lloyd/hunter/plus.gif','http://h1.ripway.com/lloyd/hunter/min.gif');\">" +
"<img src=\"http://h1.ripway.com/lloyd/hunter/plus.gif\" title=\"Visitors\"></a></div>"+pageOwnerFName+"'s Visitors";
addBox("RIGHT",Visitors,TRACKER.div.innerHTML,"tracker",null);[/quote]
and to your show and hide code,find this part and add [b]tracker[/b]
sample
[quote]var contentbox = ["0", "1", "13", "12", "6", "18", "10", "14", "2", "7", "8",[b]"tracker"[/b]];[/quote]