Wierd thing is happening during my xHTML development. When I set the width attribute of a text field in a form and use percentages, if the text field's value is extremely long, IE6 automatically widens the width of my text field. For example
-- input type="text" width="90%" value="Some extremely long value" -- IE6 will allow this text field to extend the full width of the value string.

Any known...