grabmail
04-29-2006, 03:31 PM
i have a textfield that is 60 in size and textarea that is 45 in cols.
In IE, both fields align nicely.
But in Firefox, the textarea is longer than the textfield.
Anyway to make them appear the same length in BOTH Firefox and IE?
orbitz
04-29-2006, 04:16 PM
try to replace your cols= 40 with
style="width:300px" or any width you want - leave rows as it is.
grabmail
04-29-2006, 09:51 PM
thanks. that totally solves the problem.
orbitz
04-29-2006, 10:29 PM
you're welcome. it works the same way with input field where 'size' should be replaced with the style mentioned above.
superprogram
04-30-2006, 02:51 AM
What is the reason for this behaviour in firefox?
anjanesh
04-30-2006, 11:57 AM
What is the reason for this behaviour in firefox? column size measured in pixels differs.
nnormal
05-02-2006, 10:30 AM
it's slightly different on safari aswell although safari is closer to ff than ie