0
我有一個工具提示問題:我想通過div.container顯示工具提示,我試圖編輯z-index(1在div.container中,9999在工具提示中),但沒有用。tipr工具提示z-index不工作
的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;
}
你能幫助我嗎?
如果我滾動出現錯誤http://i.imgur.com/99Uzyg2.png – Loris 2014-09-10 19:01:31