我想在这里显示一个弹出框 div 。请点击问号图标。您会注意到所有浏览器中都会显示一个弹出框 div。但是,在 Internet Explorer 7 中,它无法正确显示。我尝试使用 z-index 属性,但这似乎不起作用。如何使弹出框显示在输入字段的顶部?
下面是一个示例 HTML
<div class="col-xs-5 divPopUp">
<label class="control-label customerAccountNo" for="custom4">Customer Acct No</label>
<img src="32005/images/iconQuestion.png" alt="Help" data-toggle="popover" data-placement="right" data-content="Found on the Plush Rewards flyer provided at the store. Lost this? Please contact the store you purchased from" class="popUp customerAccountNoImg"/> </div>
添加了问题的屏幕截图: