[/quote]
there are a lot of ways to make that work in Fx... you can create a newbox then append it to navdivider, marketing_bg, navigation or mainnav
a more simpler way is to just insert the links in your controlpanel_header, so you wont need to create a new box...
[quote]mainnav.style.display="none";
subnav.style.display="none";
controlpanel_header.innerHTML="<a href=\"http://www.friendster.com\">Home</a> | <a href=\"http://profiles.friendster.com/user.php\">Profile</a> | <a href=\"http://www.friendster.com/friends.php\">Friends</a> | <a href=\"http://www.friendster.com/explore.php\">Explore</a> | <a href=\"http://www.friendster.com/gallery.php\">Search</a> | <a href=\"http://www.friendster.com/messages.php\">Messages</a> | <a href=\"http://www.friendster.com/editaccount.php\">Settings</a> | <a href=\"http://www.friendster.com/custhelp.php\">Help</a> | <a href=\"http://www.friendster.com/logout.php\">Log Out</a>";[/quote]
in the code above, subnav and mainnav are hidden, you can delete any of the lines hiding those divisions if you wanna use them for other contents...[quote]mainnav.innerHTML="contents here";[/quote]
btw... Firefox is Fx not FF
Last edited by jopet_Q (2008-03-09 11:49:57)
Last edited by aich (2008-03-18 08:15:41)

Last edited by func (2008-03-25 22:29:14)
Thank you!
woo . nice . imma try this . && share this to my friends 
HERES MY CODES.. i PUT IT IN CSS.. hElp me pls..
/* Hidden Main Navigation */
#mainnav { display: none; }
var code="<div align=\"center\"><a href=\"http://www.friendster.com\">Home alOne</a> | <a href=\"http://profiles.friendster.com/user.php\">Profile kOh</a> | <a href=\"http://www.friendster.com/friends.php\">mgA kAsabwat</a> | <a href=\"http://www.friendster.com/explore.php\">eXcite</a> | <a href=\"http://www.friendster.com/gallery.php\">hAnap tXtm8</a> | <a href=\"http://www.friendster.com/messages.php\">mgA tXt</a> | <a href=\"http://www.friendster.com/editaccount.php\">Settings koH</a> | <a href=\"http://www.friendster.com/custhelp.php\">TulOng!</a> | <a href=\"http://www.friendster.com/logout.php\">Aalis nA</a></div>";
addBox("LEFT","Navigation",code,"div_915","0");
Last edited by /*/love.ceii/*/ (2008-06-01 05:28:27)