Tooltip with html table to input field
Posted: 16 Feb 2015, 09:27
Hello
I have an input text field to which i want to display a tooltip with a html table, when the mouse is over the input field.
How can i make it with JavaScript /CSS, any ideea or example?
This is the html code with a Div that will contains the table, and the input text field.
Thanks.
I have an input text field to which i want to display a tooltip with a html table, when the mouse is over the input field.
How can i make it with JavaScript /CSS, any ideea or example?
This is the html code with a Div that will contains the table, and the input text field.
Code: Select all
<div id="cnt">
<div id="div_tab">Here to add the html table</div>
<input type="text" id="id_inp"/>
</div>