Firefox 10, different size of input field "size" property
The current firefox version 10 shows differnt length for an input field. When the html attribute size is used, all of a sudden firefox will generate a bigger input box then previous versions.
This is specific for more then 1 input box on a line. The whole layout is corrupted.
The current firefox version 10 shows differnt length for an input field.
When the html attribute size is used, all of a sudden firefox will generate a bigger input box then previous versions.
This is specific for more then 1 input box on a line. The whole layout is corrupted.
All Replies (1)
Try to use CSS code like input { width:###px; } instead.