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 Reply To: Infopath form fields displaying at a different height in IE7

#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?