2014-12-21 143 views

回答

0

只是改變這

<iframe width="100%" id="iFrameResizer0" src="http://ifr.123devis.com/formulaires/act299_demande_de_devis_monte_charges.htm?affiliate=webatelier&amp;KWID=1010163328" style="overflow: hidden; height: 100%; position: absolute;" scrolling="no"></iframe> 

爲了這

<iframe id="iFrameResizer0" src="http://ifr.123devis.com/formulaires/act299_demande_de_devis_monte_charges.htm?affiliate=webatelier&amp;KWID=1010163328" style="overflow: hidden; height: 100%;width: 100%; position: absolute;" height="100%" width="100%" scrolling="no"></iframe> 
+0

確定刪除絕對位置並將最小高度添加到iframe引導程序使其難以維護 –