PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Fields not contained in IE

  1. http://iamsinc.com/blog/november-2012-life-annuity-academy-application/

    In IE7 and older, the fields on the form spill over: http://imgur.com/iW7tU

    I've tried using

    .gf_browser_ie7 #gform_wrapper_16 #gform_16.gf_center .gform_body ul {
    width:750px !important;
    }

    and

    .gf_browser_ie7 #gform_wrapper_16 #gform_16.gf_center .gform_body ul#gform_fields_16 {
    width:750px !important;
    }

    to contain them with no luck. Any other ideas? Thanks!

    Posted 11 years ago on Wednesday September 5, 2012 | Permalink