here is the fiddle of the code I am using: FIDDLE, due to an overlapping error preventing the a.trigger from working in IE I need to position the div.pop-up off the screen until the a.trigger is hovered over.
Anyone know how to do this
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a bit of an old school hack at it. You simply position the element off screen to the left by 1000px and then bring it back just before you do your animation:
You’ll also need to add the positioning to the left in the css.
See me in action -> JSFiddle