Hi there,
I have a form that works great in firefox, but not so good in IE.
The drop down menus in IE seem to cut off any long words. Is there a fix for this? can I increase the drop down box width in IE?
Many thanks in advance
Paul
Hi there,
I have a form that works great in firefox, but not so good in IE.
The drop down menus in IE seem to cut off any long words. Is there a fix for this? can I increase the drop down box width in IE?
Many thanks in advance
Paul
That's a default IE form behavior. It's not a Gravity Forms issue.
You can try setting a pixel width value for each select box like this.. replace XX_x with your actual select ID
.gform_wrapper select#input_XX_X {width:200px}
I did find this "fix" if you're interested in trying it. I haven't tried it so don't know how well it works.