は、これが今の私のシナリオのiframe - 私はIFRAMEと一緒に「thirdTR」上「innerDiv」を持ってしようとすると、カントオーバーレイ
<div>
<table>
<tr>
</tr>
<tr>
<td>
<div id="innerDiv">
This div contains background image</div>
<iframe></iframe>
</td>
</tr>
<tr id="thirdTR">
<td>
<%--i have table here with a div that has a background image--%>
</td>
</tr>
</table>
</div>
で、divが「thirdTR」の後ろになります。私はzindexを可能な限り高く設定しようと試みました。誰でも助けてくれますか?
よろしく、 LakxmanクマールC
は編集:これは、あなたは、単に不可能、IFRAMEの上にDIVを築くことはできませんinnerDiv
position:absolute;
z-index:999
あなたの要素にcss-ruelsを投稿してください。そうでなければ何が間違っているのですか。 – oezi