Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox 10, different size of input field "size" property

  • 1 ప్రత్యుత్తరం
  • 5 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 8 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el

more options

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.

ప్రత్యుత్తరాలన్నీ (1)

more options

Try to use CSS code like input { width:###px; } instead.