ervand
07-24-2007, 10:58 AM
I need my iframe to expand to fit content from an original file. I sometimes add or remove information in the original file so I want an iframe to resize it's height when I do (width always stays fixed).
below i pasted a code that I use right now. It does work! but only for internet explorer. I want it to work in firefox too.
<IFRAME
src=http://michaelselitegroup.com/contact/contact.html
width=400
height=100%
frameborder=0
marginwidth="0"
marginheight="0"
allowtransparency="true"
scrolling=no>
</IFRAME>
Help me please!
below i pasted a code that I use right now. It does work! but only for internet explorer. I want it to work in firefox too.
<IFRAME
src=http://michaelselitegroup.com/contact/contact.html
width=400
height=100%
frameborder=0
marginwidth="0"
marginheight="0"
allowtransparency="true"
scrolling=no>
</IFRAME>
Help me please!