html - Bootstrap tooltip not working inside table -
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 } without this, tooltips had position:relative meant rendered in table cell
Comments
Post a Comment