html - Why I'm not able to attach a tooltip to my textarea in CSS? (it works on hyperlinks though) -
here's jsfiddle, don't know why can't attach tooltip textarea... there other way make nice-looking tooltip input field or textarea?
here's html file:
<div id="sth"> <a href="#" class="tooltip-top" data-tooltip="this tooltip.">tooltip top</a><br> <a href="#" class="tooltip-left" data-tooltip="this tooltip.">tooltip left</a><br> <textarea class="tooltip-right" data-tooltip="this tooltip.">where right tooltip? </textarea><br> <a href="#" class="tooltip-bottom" data-tooltip="this tooltip.">tooltip bottom</a> </div>
css content in fiddle. thanks!
seems it's not possible use css :hover textarea without else, can in preferably jquery. there many tooltip-plugins jquery.
Comments
Post a Comment