473,394 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

submenu gets hidden thought the cursor is over the menu

Hi
I'm creating a very simple menu which i created many times before but this time i'm facing a problem which is the submenu gets hidden though the cursor is over it here's the js code

Expand|Select|Wrap|Line Numbers
  1. $(".menu").mouseenter(function(){
  2.     $(this).children("div").slideDown(400);
  3.    console.log("inside submenu");
  4.    });
  5.  
  6.    $(".menu").mouseleave(function(){
  7.     $(this).children("div").slideUp(400);
  8.     console.log("out of submenu");
  9.   });
  10.  
you can find the menu here http://mawk3y.net/sky/ the page is in Arabic but the menu link is in englich
Sep 21 '14 #1
0 1119

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: waste | last post by:
when I load CSS script with cursor:default for whole BODY, and then put an IMG with links map, then (in IE) cursor over AREA aren't showing as "hand". are somebody familiar with the problem and...
4
by: Eitan | last post by:
Hello, How can I change the cursor type, when I am over a html element. (on tableCell - I want to make a cursor that is like a hand and not an arrow). Thanks :)
6
by: fniyogi | last post by:
Does anyone know how to suppress the "busy"/hourglass cursor that appears when a frame/iframe is loading, as in the g() functon below: <SCRIPT> function g() { if ( Math.floor(Math.random()*2)...
1
by: Empire City | last post by:
Hover Over Menu - Can this be done with C# or is it JavaScript? If JavaScript what would be the closest way to do something like this in C#, such as a drop down list box? If JavaScript is best does...
1
by: MrNobody | last post by:
How can I customize DataGrid so that when the mouse hovers over certain columns the cursor changes to the Cursors.Hand cusror? I was unable to use the MouseEnter/MouseLeave events on DataGrid...
1
by: Wayne1949 | last post by:
Hello, I am running windows xp......the cursor (pointer) disappears and remains hidden. After restarting several times it will appear for awhile but will eventually disappear again from the screen....
1
by: ashok2027 | last post by:
In a mouse over menu how can we get data from database as menu and submenu.
12
by: Sculder | last post by:
Hello, I'm running into an interesting issue and I wanted to verify it was a bug with Internet Explorer 7. I have a field that has an javascript onBlur event. When you set focus to the text...
1
by: Stefan Tudoran | last post by:
Ok..so i've just started to learn C# and i want to make a button to change his position when i get the cursor over
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.