I have made a fiddle: http://jsfiddle.net/ATdRD/
Can anyone fix this or spot why this isn’t working??
When the user hovers over the image I’d like for the data-title to appear for which i can style like a tooltip
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.
It works if you wrap it in a
ptag and give it some positioning:CSS
Example: http://jsfiddle.net/ATdRD/2/
Semantically, it would probably be better to place it inside a
divor afiguretag, as @BoltClock mentioned.