gpt4 book ai didi

javascript - 谷歌验证码显示扭曲

转载 作者:行者123 更新时间:2023-11-28 01:08:02 25 4
gpt4 key购买 nike

我在 JQuery Accordion 部分中有一个带有 Google 验证码的联系我们表单,并且验证码显示扭曲。我怀疑一些 JS 冲突是原因,但不确定。有人知道吗?

我还不能发布图片,你可以在 http://trcont-ekb.ru/contacts.php 看到它

代码如下:

<form action="sendmessage.php" method="POST">
<fieldset>
<table style="border:none; border-spacing: 0px; padding:0px; width:450px; font-size:14px; font-family:calibri,sans-serif;">
<tr>
<td height="30" style="text-align:right; vertical-align:top;"><label for="name">Имя:*</label></td>
<td><input type="text" required name="name" size="30" /></td></tr><br />
<tr><td height="30" style="text-align:right; vertical-align:top;"><label for="phone">Телефон:*</label></td>
<td><input type="text" required name="phone" size="30" /></td></tr><br />
<tr><td height="30" style="text-align:right; vertical-align:top;"><label for="email">Ваш e-mail:*</label></td>
<td><input type="email" required name="email" size="30" /></td></tr><br />
<tr><td height="30" style="text-align:right; vertical-align:top;"><label for="where">Выберите адресата:*</label></td>
<td><select style="width:237px; height:24px;" required name="where" >
<option value="">---------</option>
<option value=""></option>
<option value=""></option>
<option value=""></option>
<option value=""></option>
<option value=""></option>
<option value=""></option>
</select></td></tr><br />
<tr><td height="30" style="text-align:right; vertical-align:top;"><label for="messsage">Ваше сообщение:*</label></td>
<td><textarea rows="10" cols="30" required name="message" id="message"></textarea></td></tr></table><br />
<div align="center">
<div id="captcha">
<?php
require_once('recaptchalib.php');
$publickey = "123456789";
echo recaptcha_get_html($publickey);
?>
</div>
</div>
<br /><input type="submit" name="submit" value="Отправить сообщение" id="submit" /><br />
</fieldset>
</form>

最佳答案

删除 tr { height: 2em; } 或用 height: auto 覆盖 #captcha 中的表格行。

关于javascript - 谷歌验证码显示扭曲,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24817035/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com