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?
A C
Yes, there is. Try doing something like this:
Both should equate to the same size. You can do it with absolute sizes (px), relative sizes (em) or percentage sizes.