Forums
Internet Explorer Select Box Woes
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
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
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 ;-)
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.