xhtml - HTML/CSS: IE6, Input field expands width for hidden characters -


i have input field contained in table cell/column has fixed width, lets wide enough show 20 characters.

when enter lot of text field(60 characters) width of input field stays same, width still looks expected, text entered field seems cause kind of invisible overflow brakes layout. browser expands container of input box fit text entered input field although text not shown , width of input field constant.

is there plausible explanation this. how can characters never shown create overflow? happens in ie6.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -