html - Bootstrap tooltip not working inside table -


demo link

i trying include tooltip inside table when mouse hovers streches tables , tooltip text isn't showing correctly on website.

how can fix this?

css:

.infotext {     background: url(http://s17.postimg.org/k71a0r6m3/info_icon.png) 0 0px no-repeat;     width: 15px;     height: 15px;     display: inline-block;     vertical-align: text-bottom; } 

if add following css, should work

td .tooltip {     position:absolute } 

http://jsfiddle.net/z33j5/2/

without this, tooltips had position:relative meant rendered in table cell


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -