我在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>
我怎样才能去除黑线?