| Post |
|
Guest
| jan 12:21 am April 19, 2008
| |
|
|
Please replace the ??? with your data!
- Your URL: http://test local
- The browser used: IEs, FF
- cforms version: 8.2
- Your Wordpress version: 2.3
[desc]:
no background-image displyed:
img.captcha-reset { vertical-align:text-bottom; background-image: url('captcha_reset_silver.gif'); background-repeat:no-repeat; margin-left:3px; width:21px; height:21px; float:none!important; }
can anyone help?
everythink is working properly: captcha and even captcha reset, but I can not see the reset gif.
thank you for helping… _
|
|
|
Admin
| Oliver Munich, Germany posts 6094 6:46 am April 19, 2008
| |
|
|
I know you're developing local (and that may be the reason why it doesn't work), but without seeing it it's impossible to troubleshoot. The CSS is ok.
|
|
|
|
|
Guest
| Stephen 1:26 pm April 19, 2008
| |
|
|
Hi Oliver.
I installed the form today and have the same problem with the missing captcha reset gif.
I first noticed that it was missing before I changed my CSS background color to black but thought that it might appear once I was online.
I've also changed the default CSS captcha_reset_black.gif to silver.
Also reinstalled captcha.
}
img.captcha-reset {
vertical-align:top;
background: url(captcha_reset_silver.gif) no-repeat;
margin:0pt 0pt 0px 3px;
width:21px;
height:21px;
border:none!important;
}
Everything else works perfectly.
http://crawfordvj.com/blog/?page_id=51
Thanks
|
|
|
Admin
| Oliver Munich, Germany posts 6094 2:19 pm April 19, 2008
| |
|
|
The problem is that your WP theme is quite 'greedy' and makes all image backgrounds transparent.
To fix this, you need to add a !important to the background: setting in img.captcha-reset {… :
background: url(captcha_reset_silver.gif) no-repeat!important;
PS: the black reset button will look nicer:
background: url(captcha_reset_black.gif) no-repeat!important;
|
|
|
|
|
Guest
| Stephen 2:36 pm April 19, 2008
| |
|
|
Hi Oliver.
That's fixed it.
Thanks for your help and also for an excellent form.
Stephen
|
|
|
Guest
| jan 1:10 am April 24, 2008
| |
|
|
Hi Oliver,
That's it…. this was the problem I had.
Perfect. Thanx for your excellent help.
Jan
|
|