473,383 Members | 1,815 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,383 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 1118

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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.