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
Problem with IE showing scrollbars in Form Builder contact form
- Erich le Ghaz
- Forum Members
- Posts: 32
- Joined: Wed Feb 07, 2007 2:55 pm
- Location: Germany
Re: Problem with IE showing scrollbars in Form Builder contact form
For me too,
I have problem in IE, but it's Okay in Opera.
I have problem in IE, but it's Okay in Opera.
Re: Problem with IE showing scrollbars in Form Builder contact form
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.
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.