0
我正在努力解決這個問題。我得到了這個頁面 - http://www.wheelsmarket.ro/informatii - 如果你點擊第三個名爲「Baza de date PCD」的大按鈕,就會出現一個div。在那個div裏面,是一個iframe。 iframe的來源與網站位於同一主機上。通過iframe的高度調整div的高度
我的問題是使父div(單擊按鈕時出現的那個)在iframe的高度函數中調整大小(如height:auto)。
這是IFRAME SRC - http://wheelsmarket.ro/baza-date
下面是代碼的iframe @ +父DIV
<div style="width:900px; height:100%" id="bazaDatePcd">
<iframe src="http://wheelsmarket.ro/baza-date" width="120%" height="100%" marginheight="0" frameborder="0""></iframe>
<div id="spatiuCalc"></div>
<div class="clear"></div>
</div>
感謝
通過綁定你的意思是創建一個函數或左右的代碼裏面?不好意思,但我對這一切都很陌生。 – Darkkz