Results 1 to 9 of 9

Thread: trouble with suckerfish menus

  1. #1
    Join Date
    Aug 2006
    Location
    Dubai, UAE
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default trouble with suckerfish menus

    http://www.sdtars.com/development/

    I can't figure out why I can't get them to popup over the other menus. Can anyone see what I am doing wrong?

    Thanks!

  2. #2
    Join Date
    Sep 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What is supposed to pop over what?

  3. #3
    Join Date
    Aug 2006
    Location
    Dubai, UAE
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by sandman
    What is supposed to pop over what?
    The items in black text are suppose to popup over the menus image links.

    Here is the heirchary of the menus.

    Code:
    	<div id="navigation">
    		<ul id="nav"> 
    			<li id="nav_home"><a href="index.php" title="">HOME</a></li>
    			<li id="nav_join"><a href="join/" title="">JOIN TARS</a></li>
    			<li id="nav_organization"><a href="#" title="">ORGANIZATION</a></li>	
    				<ul>
    					<li>Leadership</li>
    					<li>History</li>
    
    					<li>Resources</li>
    					<li>TARs At Work</li>
    					<li>Alumni Organization</li>
    				</ul>
    			<li id="nav_events"><a href="#" title="">TAR EVENTS</a></li>		
    				<ul>
    					<li>TAR Days</li>
    
    					<li>TAR Camp</li>
    				</ul>
    			<li id="nav_contact"><a href="#" title="">CONTACT</a></li> 
    		</ul> 
    	</div>
    If you are familiar with Suckerfish, then you should understand how it works.

    However, I can not get them to work.

  4. #4
    Join Date
    Apr 2006
    Posts
    190
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default

    Try cssMenus by SolarDreamStudios its based on the Suckerfish menus at A List Apart but simple and less javascript I think you will find it use full and quick to implement.
    Ryan
    Sevierville, TN

  5. #5
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I did my main nav (brown/yellow) using the sucker fish menu and modified to fit my style

    URL www.myraptor.net

  6. #6
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    <div id="navigation">
    <ul id="nav">
    <li id="nav_home"><a href="index.php" title="">HOME</a></li>
    <li id="nav_join"><a href="join/" title="">JOIN TARS</a></li>
    <li id="nav_organization"><a href="#" title="">ORGANIZATION</a>
    <ul>
    <li>Leadership</li>
    <li>History</li>

    <li>Resources</li>
    <li>TARs At Work</li>
    <li>Alumni Organization</li>
    </ul></li>
    <li id="nav_events"><a href="#" title="">TAR EVENTS</a>
    <ul>
    <li>TAR Days</li>

    <li>TAR Camp</li>
    </ul></li>
    <li id="nav_contact"><a href="#" title="">CONTACT</a></li>
    </ul>
    </div>

    I'm going to give this a shot:

    I believe you need to remove the </li> after the </a> and put it after </ul> ... some pages ok.

    You might want to use a template and make one change to the drop down menu and all pages will be updated automatically based on the template. DW8. Seems to me that your pages are not consistant with each other in regards to the drop down menu and js scripts.
    Last edited by Girard Ibanez; 09-12-2006 at 06:45 AM.

  7. #7
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is the url that also having problems: http://www.sdtars.com/development/join/

    Some pages do not work in MSIE ... need the starfish JS script (sucker fish) for the drop down menus to work. One page has it the others don't.

    Works in Fire Fox except for the above link. FF does not need the starfish js script.

    Under Organization ... you may want to change the width to accomodate the long text so that it fits the width of the drop down menu.


    Copy and paste this part, if this is what you mean:
    <div id="navigation">
    <ul id="nav">
    <li id="nav_home"><a href="index.php" title="">HOME</a></li>
    <li id="nav_join"><a href="join/" title="">JOIN TARS</a></li>
    <li id="nav_organization"><a href="#" title="">ORGANIZATION</a>
    <ul>
    <li>Leadership</li>
    <li>History</li>
    <li>Resources</li>
    <li>TARs At Work</li>
    <li>Alumni Organization</li>
    </ul>
    </li>

    <li id="nav_events"><a href="#" title="">TAR EVENTS</a>
    <ul>
    <li>TAR Days</li>
    <li>TAR Camp</li>
    </ul>
    </li>

    <li id="nav_contact"><a href="#" title="">CONTACT</a></li>
    </ul>
    </div>
    Last edited by Girard Ibanez; 09-12-2006 at 06:46 AM.

  8. #8
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Seems to work fine to me.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  9. #9
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    Does this url work for you too:

    http://www.sdtars.com/development/join/

    The nav links are out of place in both MSIE and FF.


    Girard

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •