Results 1 to 2 of 2

Thread: How to add to a mouseover javascript menu?

  1. #1
    Join Date
    May 2009
    Posts
    4

    How to add to a mouseover javascript menu?

    Hi,
    I am trying to make a submenu but I have problems.
    Could anyone help me ?

    I would like using onmouseover event on News link to see the submenu links 1,2,3,4 . .
    and onmouseout event to disappear 1,2,3,4 .

    Will The structure of the page be changed when submenu open ?

    Could someone help me ?
    Please!


    Thanking you in advance

  2. #2
    Join Date
    Aug 2009
    Posts
    45
    em,, try if the 1,2,3,4 menu is a div

    to put the

    onmouseover="alert('hi')"

    only instead of the alert just put in the function to make the 1,2,3,4 div jump out, ie

    document.getElementById("div1234").style.display="block"
    the opposite is:
    document.getElementById("div1234").style.display="hidden"

Similar Threads

  1. Dropdown menu with css and javascript...?
    By AllanH in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 14 May 2009, 02:59 AM
  2. CSS Drop down menu in IE problem..
    By mylah in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 24 Mar 2009, 08:41 AM

Posting Permissions

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