I have an input field like below :
<div class="login-form col-sm-12">
<div class="input-div"><input type="text" placeholder="DOB"><img src="http://i.imgur.com/Hu83Y0v.png"
alt="" class="info">
</div>
</div>
On that icon click, I want a hover message, for example "Input your age here" which completely hovers the input field.
how can I do it?
Here's the fiddle for the same.