I've encountered a bug in IE that I can not find a fix to. Maybe
someone can help me out here.
I have a 3 column css layout. The middle column is fluid and expands
as the browser is resized. I have a textarea who's width is 100%. This
text box resides in the middle column. When the page renders in IE the
textarea is sized to 100% of the middle div, the way it should be.
However, when i start typing in this box it immediately expands beyond
the left boundary of its container div.
Anyone encounter this and have a fix for it? I do not want to set this
to a static pixel width.
Thank you.
someone can help me out here.
I have a 3 column css layout. The middle column is fluid and expands
as the browser is resized. I have a textarea who's width is 100%. This
text box resides in the middle column. When the page renders in IE the
textarea is sized to 100% of the middle div, the way it should be.
However, when i start typing in this box it immediately expands beyond
the left boundary of its container div.
Anyone encounter this and have a fix for it? I do not want to set this
to a static pixel width.
Thank you.
Comment