[quote=Refresh/Reload][quote=loshang14]nice codes kuya... but.... my banner is only working...
what shall i do?[/quote]
If you have a working js file extension... there should be no problem...
you just have to follow the instructions on the 1st post...
so my
question is.. are u using a js file or just css..? coz if you have... esp.
the tracker file... it would be something like this on ur js file...
inside the tracker codes...
[quote]//css injection
//TRACKER CODES
function onProfileLoad() {
[b]//moving boxes codes here[/b]
[b]//customized mainnav here[/b]
addBox("RIGHT"," WELCOME</font> "+pageViewerFName+" ",TRACKER.div.innerHTML,"tracker",null);
}
--rest of tracker codes---[/quote]
or...
[quote]//css injection
//TRACKER CODES
function onProfileLoad() {
addBox("RIGHT"," WELCOME</font> "+pageViewerFName+" ",TRACKER.div.innerHTML,"tracker",null);
[b]//moving boxes codes here[/b]
[b]//customized mainnav here[/b]
}
--rest of tracker codes---[/quote]
or.. outside the tracker codes..
[quote]//css injection
//TRACKER CODES
function onProfileLoad() {
addBox("RIGHT"," WELCOME</font> "+pageViewerFName+" ",TRACKER.div.innerHTML,"tracker",null);
}
--rest of tracker codes---
[b]//moving boxes codes here[/b]
[b]//customized mainnav here[/b][/quote]
if you do not have a tracker file.. go to micky's tutorial
on how to compile js code... it is so easy... just pay attention
on position changes and codes characteristics or shall i say...
how they look like... or how to group them...
[/quote]
uh... it's really not working...
but it's okay.. I'll just find other navigation codes... sorry for inconvenience..
^_^