Results 1 to 7 of 7

Thread: Drop Down Menu Using Images

  1. #1
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drop Down Menu Using Images

    I'm using a drop down menu code on this site here- http://www.dance-wagga.com/frames3.html

    The actual codes for the drop down menu is on this page- http://www.dance-wagga.com/frames4.html

    The drop down parts are the menu links across the top of the layout (refresh, wagga academy, the dancers, get involved, other).

    When I try hovering over them, no drop menu comes down.

    I was wondering if anyone knew what was happening and could fix up my code for me?

  2. #2
    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

    The main problem is that there is no such file:

    http://www.dance-wagga.com/drop_down.js

    as referenced on the frames4.html here:

    HTML Code:
    <script type="text/javascript" src="drop_down.js"></script>
    - John
    ________________________

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

  3. #3
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok...and what has to be in that file?

  4. #4
    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

    The javascript code for the menu. What made you decide to put:

    HTML Code:
    <script type="text/javascript" src="drop_down.js"></script>
    on your page in the first place?
    - John
    ________________________

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

  5. #5
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I got the code from a friend who has this site- http://rexangel.com/Layout.html

    I have the file anylink.js so should I replace the drop_down.js with that one?

    It also seems to work until I hold my mouse over the 'refresh' image...
    Last edited by Sparkle; 03-15-2006 at 06:35 AM.

  6. #6
    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

    What I'm not sure if you understand is that simply putting:

    HTML Code:
    <script type="text/javascript" src="drop_down.js"></script>
    or:

    HTML Code:
    <script type="text/javascript" src="anylink.js"></script>
    on your page will, in itself, do nothing. The file referred to in the src= attribute must exist on your server. And the markup on your page must correctly make use of it. For a full explanation of how to install and use alnylink.js see:

    AnyLink CSS Menu
    - John
    ________________________

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

  7. #7
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok I'll check that out. Thanks. And sorry, I'm not all that good at all of this yet..

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
  •