Results 1 to 3 of 3

Thread: mouseover tabs menu poblems

  1. #1
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default mouseover tabs menu poblems

    1) Script Title: Tabs Menu (mouseover)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...bmouseover.htm

    3) Describe problem:
    I've got the main links for the menu up, but the submenu links aren't showing at all. The page in question is here.

    Thanks for your help!

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    First, you had made some typo:
    Code:
    <div id="describe" style="background-color:##6699CC;width:850px;height:32px" onMouseover="clear_delayhide()" onMouseout="resetit(event)">
    Second, you should escape your quotes in JS (See highlighted)
    Code:
    submenu[5]='<font size="2" face="Verdana"><b><a href="http://www.arrowheadsps.org/programs/bloodbank/index.html">Blood Bank</a> | <a  href="http://www.arrowheadsps.org/programs/vestsforlife/index.html">Vests for Life</a> | <a href="http://seascouts.arrowheadsps.org/">Sea Scouts BSA</a> | <a href="http://www.arrowheadsps.org/programs/shipstore/index.html">Ship\'s Store</a> | <a href="http://www.arrowheadsps.org/programs/christmasdinner/index.html">Christmas  Dinner</a></b></font>'
    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. The Following User Says Thank You to rangana For This Useful Post:

    traq (05-06-2008)

  4. #3
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    perfect! thanks a lot. amazing how 2 little typos can just kill everything. now I just have to figure out why my .gifs aren't properly transparent

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
  •