Is there a simple way of getting a HTML textarea and an input type=\"text\" to render with (approximately) equal width (in pixels), that works in different browsers?
As mentioned in Unequal Html textbox and dropdown width with XHTML 1.0 strict it also depends on your doctype.
I have noticed that when using XHTML 1.0 strict, the difference in width does indeed appear.