Javascript IE7位置绝对div(popover)::popover div未正确显示

Javascript IE7位置绝对div(popover)::popover div未正确显示,javascript,html,css,twitter-bootstrap,internet-explorer-7,Javascript,Html,Css,Twitter Bootstrap,Internet Explorer 7,我正试图展示一个popover divs。请单击问号图标。您会注意到,在所有浏览器中都会显示一个popover div。但是,在Internet Explorer 7中,它无法正确显示。我尝试使用z-index属性,但似乎不起作用。如何使弹出框显示在输入字段的顶部 下面是一个示例HTML <div class="col-xs-5 divPopUp"> <label class="control-label customerAccountNo" for="custom4">

我正试图展示一个popover divs。请单击问号图标。您会注意到,在所有浏览器中都会显示一个popover 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>

客户账号
添加了该问题的屏幕截图:


不用提琴就很难解决,但使用IE调试工具,我能够解决这个问题,但不确定它是否真的能在live Example中工作

我在div col-xs-5中添加了一个z索引:

<div class="col-xs-5 divPopUp" style="z-index: 100">


您可以编辑此元素的css吗?

请添加屏幕截图,而不是指向可能在几天内无效的网站的链接。