Page 1 of 1

Problem with IE showing scrollbars in Form Builder contact form

Posted: Wed Feb 07, 2007 3:15 pm
by Erich le Ghaz
Hi,

I need some help by solving a problem with forms:

I'm using CMS 1.0.2 and Form Builder 0.2.

I made a simple contact form which should be shown left to an information colum. This works fine with Opera or Firefox. But with IE the form is shown still on the left side, but below the ride-side column. I think the problem is the scrollbar on text, which is only shown with IE.

What do you think? And how can I get rid of the scrollbar?

Here is the site http://www.easy-breeze.de/index.php?page=contact

Thanks in advance!

Christian

Re: Problem with IE showing scrollbars in Form Builder contact form

Posted: Sat Mar 03, 2007 9:39 pm
by mktdom
For me too,

I have problem in IE, but it's Okay in Opera.

Re: Problem with IE showing scrollbars in Form Builder contact form

Posted: Sun Mar 04, 2007 1:11 am
by heatherfeuer
In the CSS for your form's textarea, include this line:
overflow: auto;

If you are sure you won't need scrollbars at all use:
overflow: hidden;

Be careful, though, of that last one.  Even if the user enters more lines than your textarea allows for, no scrollbar will show at all.