ここにポップオーバー 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>
問題のスクリーンショットが追加されました: