【发布时间】:2014-08-05 20:13:24
【问题描述】:
我正在尝试将 recaptcha 插入我网站上的表单中。
我的 CSS 覆盖了 repaptcha 小部件的样式并使它看起来很糟糕..
我已将其范围缩小到下面的 body div 样式,这些样式会改变重新验证码的显示方式:
#body #content div {
width :960px;
background :transparent url("../images/bg-content-bottom.png");
background-position :center bottom;
background-repeat :no-repeat;
padding-bottom :22px;
}
#body #content div div {
width :860px;
padding :10px 50px 20px 50px;
background :transparent url("../images/bg-content.png");
background-position :center center;
background-repeat :repeat-y;
}
我怎样才能让这些停止改变recaptcha的出现方式?
非常感谢您的宝贵时间, 詹姆斯
【问题讨论】:
-
你能做一个小提琴吗?
-
你能把它弄好吗@jsfiddle.net