stariegurli
03-21-2005, 04:14 AM
how do i put a navagation bar in a Custom Module?
|
View Full Version : Navagation stariegurli 03-21-2005, 04:14 AM how do i put a navagation bar in a Custom Module? tokyo bleu 03-21-2005, 04:15 AM Specify 'bar'. Are you just looking for navigation text links? stariegurli 03-22-2005, 03:22 AM No. I am refering to the one here http://www.createblog.com/forums/index.php?showtopic=6396 tokyo bleu 03-22-2005, 03:29 AM Okay then, which custom module code are you using? The single custom module or the complete custom modules? stariegurli 03-22-2005, 03:33 AM single tokyo bleu 03-22-2005, 03:56 AM <script> titleContent = 'Title of Custom Module'; moduleContent = '<form name="jump"> <select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="#">Navigation</option> <option value="#">---------------------</option> <option value="http://xanga.com">Xanga</option> <option value="http://xanga.com/YOURXANGA">Refresh</option> <option value="http://www.xanga.com/private/home.aspx">Private</option> <option value="http://www.xanga.com/CLAF/default.asp">CLAF</option> <option value="http://www.xanga.com/profile.aspx?user=YOURXANGA">Profile</option> <option value="http://www.xanga.com/guestbook.aspx?user=YOURXANGA">Guestbook</option> <option value="http://www.xanga.com/Private/SubscribeTo.aspx?user=YOURXANGA">Add Me</option> <option value="http://www.xanga.com/Private/subs.aspx">Subscriptions</option> <option value="http://www.xanga.com/Private/feedback.aspx">Feedback</option> <option value="#">---------------------</option> <option value="http://www.xanga.com/signin.aspx">Sign In</option> <option value="http://www.xanga.com/logout.aspx">Log Out</option> </select> </form>'; sub = subTitle.parentNode.parentNode.parentNode.parentNo de.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> short_gurli 03-22-2005, 04:08 AM it doesent work. it makes the whole moudle dissaper like its not even on the page. stariegurli 03-22-2005, 04:15 AM she's right. it doesent work. JiNgLeBeLLz77 03-22-2005, 04:32 AM try this (http://www.lissaexplains.com/fun.shtml) stariegurli 03-22-2005, 08:36 PM but how do u put that in a custom module? JiNgLeBeLLz77 03-24-2005, 05:05 AM like this... this is not the complete code, just a portion of the code. <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module">navigation</th></tr><tr><td valign="top" class="module"><center><form name="gotolocation1" method="POST" ACTION=URI> <select name="lissamenu1"> <option value="http://www.xanga.com" style="background-color:#000000;">xanga</option> stariegurli 03-25-2005, 02:54 AM huh?????? JiNgLeBeLLz77 03-25-2005, 08:10 AM just insert the code in one your custom modules. Drazalon 05-08-2005, 04:32 AM hey um u guys know how to put a naviation window to ur left where ur subscriptions are at and ur personal info is? tokyo bleu 05-08-2005, 04:55 AM http://s7.invisionfree.com/xblog/index.php?showtopic=2975 |