Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Infopath form fields displaying at a different height in IE7

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #146226
    nccadm
    Participant

    This issue is driving me mad.

    See http://www.norwich.gov.uk/Forms/Pages/Fly-tipping.aspx for an example.

    The surname and name fields display at 61px in height when viewed in IE7 and at 23px when viewed in (eg) IE8.

    I cannot identify what is causing the height difference. Can anyone help?

    #146234
    Paulie_D
    Member
    <input type="text" onfocus="return (TextBox.OnFocus(this, event));" onblur="return (TextBox.OnBlur(this, event));" oninput="return (TextBox.OnInput(this, event));" id="ctl00_SPWebPartManager1_g_41490272_dc19_4fb5_b3f3_c160a7193889_FormControl0_V1_I1_S1_I1_S13_I2_T5" scriptclass="TextBox" class="an_VsEcdunGKtbuYGSq_0 by_VsEcdunGKtbuYGSq_0 da_VsEcdunGKtbuYGSq_0" wrapped="true" aria-invalid="true" "="" direction="ltr" viewdatanode="22" formid="ctl00_SPWebPartManager1_g_41490272_dc19_4fb5_b3f3_c160a7193889_FormControl0" originalid="V1_I1_S1_I1_S13_I2_T5" tabindex="0" title="" value="" style="position: relative;">
    

    Wow…there’s a heck of a lot going on in there..isn’t there?

    I can’t see where the height is defined in the CSS so perhaps there is something in the JS…?

    I think IE7 has an issue with box-sizing:border-box too?

    #146249
    nccadm
    Participant

    “Wow…there’s a heck of a lot going on in there..isn’t there?” Yep :) That’s Infopath for you! I am still struggling on

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.