Forums

Internet Explorer Select Box Woes

deafbiz 01 Aug, 2012
The form works great but now my client gave me heads up that IE cuts out part of the drop-down menu while Firefox demonstrate it perfectly. There's no place in wizard to expand the width of the form.
Enclosing the image to see the problem.

How do I fix it? Thanks.
GreyHead 02 Aug, 2012
Hi deafbiz,

I think the choices are to make the options shorter or the drop-down wider. You can do that with CSS by setting the element width.

Bob
deafbiz 02 Aug, 2012
Sorry that I had to delete the prior posting. Every time I submit something, I go back to working and presto! I fixed it.

So for those that want to know how I solved it, this is the file:
/components/com_chronoforms/css/frontforms_tight.css
Edit the bold number:
.ccms_form_element select { padding: 3px; border: 1px solid #d3d3d3; min-width: 100px;}

You're welcome ;-)
This topic is locked and no more replies can be posted.