我正在使用这个iframe:
<iframe src="includes/captcha/display_captcha.php" id="captcha" scrolling="no" marginheight="0"></iframe>
滚动和边缘高度验证失败 - 每个人都知道这些已经过时了。
我试过&amp;谷歌搜索了各种解决方案,将这些内联格式转换为CSS,但在所有浏览器中都不起作用。
如果您有兴趣,可以在此处查看验证码图片(来自上方) - www.flirtwithme.co。
是否可以在CSS中成功替换这两个命令并控制iframe,或者这是不可能的?
三江源
答案 0 :(得分:0)
如果你只想要有效的HTML5,你想要无缝。见http://www.quackit.com/html_5/tags/html_iframe_tag.cfm
<iframe src="includes/captcha/display_captcha.php" id="captcha" height="100" width="50" seamless></iframe>
任何浏览器目前都不支持此功能,因此在浏览器达到标准之前,您必须使用无效属性保留这些功能。