Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    50
    Tokens
    10

    Default Help with DropDown

    ok so i got a layout that looks perfect but i need help.

    The Drop down menu works in IE but it doesnt work in FF so in IE when i scroll over the image it works but in FF it doesnt this is the code for the menu.js


    function dropdown(menuitem)
    {
    document.getElementById(menuitem).style.display = "block";
    return false;
    }
    function dropout(menuitem)
    {
    document.getElementById (menuitem).style.display = "none";
    return false;
    }

    It just doesnt work in FF can anyone help me please.

  2. #2
    Join Date
    Mar 2008
    Location
    Swindon, UK
    Posts
    1,274
    Tokens
    187
    Habbo
    :Ltd

    Latest Awards:

    Default

    Can you show me a live version?
    Hi, names James. I am a web developer.

Posting Permissions

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