HTMLページ内でIFRAMEを行ったところ、IFARMEの最後に黒い線があり、iframe内をクリックすると線が消えることがわかりました。
黒い線は次のとおりです。
(出典: siz.co.il )
コードは次のとおりです。
IFRAME タグを含む HTML コード:
<h2> הזמן עכשיו </h2>
<iframe height="200" src="http://www.****.co.il/book/" frameborder="0" scrolling="auto" allowtransparency="true"></iframe>
IFRAME が指しているページの HTML コード:
<HTML>
<head>
</head>
<body>
<div id="bookform">
<form id="form1">
<div style="position: relative; right: 50px">
<p dir="rtl">צ'אק אין:
<input type="text" class="styleCe" id="txtArrival" size="10" tabindex="1" />
<br/>
<br/>
צ'אק אאוט:
<input type="text" class="styleCe" id="txtLeave" size="10" tabindex="2"/></p>
</p>
<br/><br/>
<p dir="rtl"><input id="btnSubmit" type="submit" value="בדיקת זמינות" alt="בדיקת זמינות"></p>
</div>
</div>
</BODY>
</HTML>
黒い線を削除するにはどうすればよいですか?