jquery - tipr tooltip z-index not working -
i've problem tooltip: want show tooltip on div.container, tried edit z-index(1 in div.container, 9999 in tooltip), nothing works.
jsfiddle: http://jsfiddle.net/9mss22xz/
div.tip { background-color: #f3f3f3; border: solid 1px #cfcfcf; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; height: 55px; width: 55px; float: left; margin: 4px; text-align: center; position: relative; } div#container { width: 200px; height: 200px; overflow-y: scroll; border: 2px solid black; margin: auto; }
can me?
simply add wrapping container , add position: relative
main one. please see working fiddle here.
Comments
Post a Comment