Hi,
I have an editable iframe and I want to insert two DIVs at the topand bottompart(as header/footer) of iframe body respectively. Now, the question is : how to insert a div at the top of iframe body and fix it there?
Also, how to fix the footer div always at the bottom of the iframe body? I tried make its position absolute and gave a margin top/bottom, but the problem comes when the body height of the iframe increases and footer DIV position does not change.
Any work around?
Regards,
Swarnendu