Kas.
Posts: 1109
  • Posted On: Apr 24 2004 11:48am
Could I get the html coding for the drop-down menu here? I cant seem to get the code's right and it alway's screws up.
Posts: 5387
  • Posted On: Apr 24 2004 9:21pm
View source?
Posts: 1913
  • Posted On: Apr 24 2004 9:45pm
Lets play the "How-many-threads-can-milkshake-put-an-uncalled-for-post-in-game"!
Posts: 7745
  • Posted On: Apr 24 2004 10:59pm
First of all, you have to be a Gold board, because scripts don't work for free boards.

The script is here:
www.centerstation.net/reb...uscript.js

The CSS for the script is here:
www.centerstation.net/reb...enucss.css

This is the live code that's used to display.
<ul class="menus">



<li class="fsmitem" onMouseOut="hideout('ezmenu1');"><a href="javascript:togglemenu('ezmenu1');" onMouseOver="togglemenu('ezmenu1');">Information</a>

<ul id="ezmenu1">

<li class="fsmitem"><a href="pub33.ezboard.com/fswalli...opic" title="The F.A.Q.">The F.A.Q.</a></li>

<li class="fsmitem"><a href="members.roadfly.com/sigma....htm" title="Roleplaying Rules">Roleplaying Rules</a></li>

<li><a href="pub33.ezboard.com/fswalli...opic" title="Planet List">Planet List</a></li>

<li><a href="frankg.dgne.com/swsv/index.shtml" title="Ship Database">Ship Database</a></li>



<li><a href="pub41.ezboard.com/bthegal...s721" title="Galactic Shipyards">Galactic Shipyards</a></li>

</ul>

</li>

<li onMouseOut="hideout('ezmenu2');"><a href="javascript:togglemenu('ezmenu2');" onMouseOver="togglemenu('ezmenu2');">WebRing</a>

<ul id="ezmenu2">

<li class="fsmitem"><a href="www.imperialrpg.cjb.net" title="New Imperial Federation">New Imperial Federation</a></li>

<li><a href="pub173.ezboard.com/bstarw...1494" title="Star Wars Tales">Star Wars Tales</a></li>



<li><a href="pub46.ezboard.com/btheord...dawn" title="Order of the Oaken Dawn">Order of the Oaken Dawn</a></li>

<li>Yoda's">pub13.ezboard.com/byodasy...>Yoda's Yarns</li>

<li>Bo's">pub62.ezboard.com/bbosezb...t;>Bo's Ezboard4</li>

<li><a href="pub217.ezboard.com/bjedia...7232" title="Legends of Destiny">Legends of Destiny</a></li>

</ul>

</li>

<li onMouseOut="hideout('ezmenu3');"><a href="javascript:togglemenu('ezmenu3');" onMouseOver="togglemenu('ezmenu3');">Showcase</a>



<ul id="ezmenu3">

<li class="fsmitem"><a href="pub33.ezboard.com/fswalli...opic" title="A.S.S.">A.S.S.</a></li>

<li><a href="pub33.ezboard.com/fswalli...opic" title="Upheaval: And the clock strikes six">Upheaval: And the clock strikes six</a></li>

<li><a href="pub33.ezboard.com/fswalli...opic" title="Seperatist Beginnings">Seperatist Beginnings

</a></li>

</ul>

</li>

<li onMouseOut="hideout('ezmenu4');"><a href="javascript:togglemenu('ezmenu4');" onMouseOver="togglemenu('ezmenu4');">Links</a>



<ul id="ezmenu4">

<li class="fsmitem">Galaxy">gashjiren.homestead.com/f...>Galaxy Maps</li>

<li><a href="Encyclopedia</a></li>">www1.theforce.net/cuswe/d...lt;/li>

<li><a href="TheForce.net</a></li>">theforce.net/">Th...lt;/li>

<li><a href="Starwars.com</a></li>">www.starwars.com"&gt...lt;/li>

<li>Planet">www.angelfire.com/tn/jedi...>Planet Guide</li>



<li>Force">www.fallenjedi.com/forcep...;>Force Information</li>

</ul>

</li>

</ul>
Posts: 1109
  • Posted On: Apr 25 2004 7:39am
Kas, what box does the code go into? Header, Body, Footer?
Posts: 1913
  • Posted On: Apr 25 2004 3:09pm
HEader i think, though im not kas.
Posts: 7745
  • Posted On: Apr 25 2004 7:48pm
The script and its CSS go in the header, the HTML goes where ever you want the menu's to appear.
Posts: 1109
  • Posted On: Apr 25 2004 11:56pm
Kas it wont allow me to open the script. And also, does it matter if im using HTML on the header and also a script ok? or will it affect it?