Link to home
Start Free TrialLog in
Avatar of dshrenik
dshrenikFlag for United States of America

asked on

Hover Message

Please tell me how I can display a hover message over a dropdown menu, using JavaScript.
If possible, please provide some sample code.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dshrenik

ASKER

Could you tell me what's dx and dy here?
Is there a simpler way?
And is something possible like an image on hover message?
>Could you tell me what's dx and dy here?
dx and dy let you customize the position of the message over the dropdown

>Is there a simpler way?
"simpler" not as I know. A code with pure JS here : https://www.experts-exchange.com/questions/26581569/On-mouseover-view-image.html

>And is something possible like an image on hover message?
Put anything you want inside the div
<div id="d" style="display:none;position:absolute"><img src="http://www.experts-exchange.com/expert/images/logo.jpg" />MESSAGE</div>

Open in new window

Well, I meant the background of the hover message should like like the message we get when we hover over an image, or a browser tab, for example.
I've requested that this question be deleted for the following reason:

This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.
http://a35495809

>Well, I meant the background of the hover message should like like the message we get when we hover over an image, or a browser tab, for example.
<< Put anything you want inside the div >>

dshrenik, sorry for the "delay"
Well, I'm sorry for the delay in awarding the points!