Witam.
Tak jak w temacie pojawia mi się iframe znikąd, tylko w safari i chrome. Jest to spowodowane captcha google, jej skrypt:
<div id="overtextarea">Captcha
</div>
<div id="recaptcha_widget" style="display:none">
<div id="recaptcha_image"></div> <div class="recaptcha_only_if_incorrect_sol" style="color:red">Incorrect please try again
</div>
<div id="overtextarea"><span class="recaptcha_only_if_image">Enter the words above:
</span></div>
<div id="textarea"><input type="text" id="recaptcha_response_field" name="recaptcha_response_field" /></div>
<div id="getanothercaptcha"><a href="java script:Recaptcha.reload()" style="text-decoration:none;">Get another captcha
</a></div>
<script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdTDMASAAAAAPhiOoQdZdDU1gcoBBqX3Lni7G-5">
<iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdTDMASAAAAAPhiOoQdZdDU1gcoBBqX3Lni7G-5" height="300" width="500" frameborder="0"></iframe><br> <textarea name="recaptcha_challenge_field" rows="3" cols="40"> <input type="text" name="recaptcha_response_field" value="manual_challenge">
Powoduje on pojawienie się iframe który obniża mi stopkę i jest w kolorze białym, czyli innym niż tło strony które mam zrobione przez diva, ma to na celu wyświetlanie pod stopką białego pola.
<iframe src="about:blank" style="height: 0px; width: 0px; visibility: hidden; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; ">This frame prevents back/forward cache problems in Safari.
</iframe>