Problem with IE showing scrollbars in Form Builder contact form

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
Erich le Ghaz
Forum Members
Forum Members
Posts: 32
Joined: Wed Feb 07, 2007 2:55 pm
Location: Germany

Problem with IE showing scrollbars in Form Builder contact form

Post 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
mktdom
Forum Members
Forum Members
Posts: 15
Joined: Sat Mar 03, 2007 6:44 pm

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

Post by mktdom »

For me too,

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

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

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”