Topic RSS
8:47 pm
- The URL: http://www.aurum-corporation.com/contact
- Browser (firefox v 2.009 on Mac)
- cforms version: 5.x through 6.1
- possibly other plugins that might interfere:
- unknown.. using Mandigo theme
- unknown.. using Mandigo theme
- Do you get an error message (e.g. use Firebug):
- no
[desc]: layout for the captcha line is ALWAYS displaying incorrectly
The issue appears to be that the graphic for resetting the captcha image is not displaying in the correct position so the line following it is not aligned as expected.
this should be an easy fix but I wanted to ask you for your thought before I start fiddling with code ;-)
thx for a GREAT plugin
9:52 pm
March 6, 2005
Offlinetry modifying and adjusting the following classes
.captcha-reset{
float:none!important;
}
#cforms_captcha {
margin:2px 0pt 0pt;
}
Also, have you looked at the CSS Guide & CSS webcast. I've thrown these together to give users a fast ramp up time in altering the existing default themes.
10:54 am
thanks Mate
here's what I tweaked to put everything in line (nore margins, padding and float)
#cforms_captcha {
height:15px;
width:50px;
padding: 4px 4px;
margin:0px 0pt 8pt;
vertical-align:bottom;
}
img.captcha {
margin:0 0 1 10px!important;
padding:2!important;
border:none!important;
float:none!important;
}
img.captcha-reset {
background: url(../images/captcha_reset_grey.jpg) no-repeat;
margin-left:3px;
width:21px;
height:21px;
float:none!important;
border:none!important;
Most Users Ever Online: 959
Currently Online:
59 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3566
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5171
Posts: 18411
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote









