Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
One more contact form question
#5
Hello Connie, finally problem is solved. After numerous up and downs I just realized that css at time (or is it all time) it is very picky in the structure of the code. So I was writing initially:
Code:
/* CONTACT FORM */
.p01-contact{width: 500px;}
.p01-contact .text input{width:500px;}
.p01-contact .captcha input{width:275px;}
.p01-contact textarea{width:500px;height:auto}

when I switched to:
Code:
/* CONTACT FORM */
.p01-contact {
    width: 500px;
}
.p01-contact .text input {width:500px;
}
.p01-contact .captcha input {width:275px;
}
.p01-contact textarea {width:500px;height:auto
}

All is now fine and the form looks a bit nicer: http://www.helcan.com/contact-us/

I really hate computers !!!
Reply


Messages In This Thread
One more contact form question - by costas100 - 2011-04-18, 00:00:23
One more contact form question - by Connie - 2011-04-18, 00:10:32
One more contact form question - by costas100 - 2011-04-18, 03:06:27
One more contact form question - by Connie - 2011-04-18, 03:25:18
One more contact form question - by costas100 - 2011-04-18, 06:45:22
One more contact form question - by Connie - 2011-04-18, 06:53:38
One more contact form question - by costas100 - 2011-04-18, 06:54:03
One more contact form question - by costas100 - 2011-04-18, 07:12:06
One more contact form question - by dani - 2011-04-18, 07:27:18
One more contact form question - by Connie - 2011-04-18, 15:33:42
One more contact form question - by pima cotton - 2011-04-19, 05:03:11
One more contact form question - by costas100 - 2011-05-13, 01:36:14
One more contact form question - by Connie - 2011-05-13, 02:23:18
One more contact form question - by costas100 - 2011-05-14, 04:26:52
One more contact form question - by Connie - 2011-05-14, 05:10:45
One more contact form question - by costas100 - 2011-05-14, 06:11:24
One more contact form question - by Connie - 2011-05-14, 06:41:18
One more contact form question - by costas100 - 2011-05-14, 07:47:45
One more contact form question - by kiriakos118 - 2011-05-20, 07:17:51
One more contact form question - by kiriakos118 - 2011-05-20, 07:24:01



Users browsing this thread: 2 Guest(s)