hello i am using iframe autoHeight plugin;my iframe page run perfectly in internet explorer but in firefox have some problems my iframe html code:
<iframe width="100%" name="myframe" class="autoHeight" scrolling="no" frameborder="0" src="sepet.php"></iframe>
this code in firefox iframe source not resize width according "100% screen" but behavioring "absolute width" so; width of my iframe source page is very large how can i do source page "100%" (not absolute 100%,according my home page);
please help me...