mouse following css tooltip example -
can css tooltip made follow mouse javascript alternatives?
the reason ask because many javascript tooltips seem take time load/render, , i've found no examples.
can done? if so, how?
no, css can give tooltip place in viewport based on it's parent position or position inside viewport.
css doesn't know position of cursor.
so, need javascript accomplish that, or satisfied fact tooltip doesn't move along mouse pointer.
Comments
Post a Comment