You are viewing a post by Refresh/Reload. View all 76 posts in [b]preview:[/b] [url=http://profiles.friendster.com/97631908]click here[/url] [b]Edited: June 2009[/b] and still working... August 2009 [b]Customized Navigation or Banner Area[/b] -- Top B.
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...