Jump to content

amerrychase

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by amerrychase

  1. I saw someone ask about the yay for suckerfish! thing, and it is in every page's source. And I keep checking Maraqua, and Lutari Island. But I think it will be "officially released" on Monday.

     

     

    :laughingsmiley: "Yay for Suckerfish" is a reference to the suckerfish-type dropdown menus. (Suckerfish menus are a way to have a hover effect in browsers that don't support them.) I'm pretty sure this isn't a clue.

     

    The script....

    <script type="text/javascript">

    <td width="725" align="center">

    // Yay for Suckerfish!

    startList = function() {

    if (document.all&&document.getElementById) {

    navRoot = document.getElementById("template_nav");

    for (i=0; i<navRoot.childNodes.length; i++) {

    node = navRoot.childNodes;

    if (node.nodeName=="LI") {

    node.onmouseover=function() {

    this.className+=" over";

    }

    node.onmouseout=function() {

    this.className=this.className.replace(" over", "");

    ...its application, in the nav bar.

    <ul id="template_nav">

    <li class="nav_image"><a href="/myaccount.phtml"><img src="https://images.neopets.com/themes/026_fon_f2c70/navigation/myaccount.png" alt="" border="0" width="119" height="38"></a><ul class="dropdown">

    <li><a href="/myaccount.phtml">» Control Panel</a></li>....</ul>

     

×
×
  • Create New...