Recaptcha图像没有正确显示

问题描述:

我有问题与谷歌重新验证码。它很少发生,但仍然有时图像显示不正确。它错过了一些部分。以下是图像:Recaptcha图像没有正确显示

http://bit.ly/1olZoih

这里是我的HTML:

<div id="recaptcha_widget" style="display:none"> 
    <div id="recaptcha_image"></div> 
    <div class="recaptcha_only_if_incorrect_sol" style="color:red">Error: Invalid code, please try again</div> 

    <div class="recaptcha_only_if_image">Please enter the code from the image above:</div> 

    <input type="text" id="recaptcha_response_field" name="recaptcha_response_field" /> 

    <div><a href="javascript:Recaptcha.reload()"><img id = "restart-button" src="/images/restart.png" width = "20px" height = "20px"></a></div> 
</div> 

我只适用这个CSS它:

#recaptcha_widget{ 
    margin-top: 10px; 
    width:508px; 
} 

.recaptcha_only_if_image{ 
    margin-left: 3px; 
    margin-bottom:7px; 
    line-height: 20px; 
    color: #747474; 
    font-size:13px; 
} 

#recaptcha_response_field{ 
    width: 233px; 
    height: 21px; 
    padding-left: 7px; 
    border: 1px solid #dadada; 
    border-radius: 2px; 
    color: #4d4d4d; 
    float:left; 
} 

#recaptcha_response_field:focus{ 
    outline:rgb(184, 167, 130) auto 2px; 
} 

#restart-button{ 
    margin-top: 2px; 
    margin-left: 10px; 
} 

#recaptcha_image{ 
    margin-bottom: 10px; 
} 

#recaptcha_challenge_image{ 
    border: solid 1px #e2e2e2; 
    border-radius: 5px; 
} 

我没有调整画面和它来自300x57像素。

在此先感谢:)

+0

我不能看到图像,它有一些与web.config文件相关的配置?哪些captcha你使用?给我们链接。 – BNN 2014-09-27 07:54:51

+0

对不起,我现在修复这个 – gogachinchaladze 2014-09-27 07:56:21

尝试给宽度验证码div。

Width: ; 
+0

不,没有帮助:( – gogachinchaladze 2014-09-28 08:18:53