Text Box size is different in IE 6 and FireFox 3.6
Posted
by user299873
on Stack Overflow
See other posts from Stack Overflow
or by user299873
Published on 2010-03-23T12:30:53Z
Indexed on
2010/03/23
12:33 UTC
Read the original article
Hit count: 384
firefox3.6
I am facing issues with text box size when veiwing in Fire Fox 3.6. < input class="dat" type="text" name="rejection_reason" size="51" maxlength="70" onchange="on_change();">
style is as: .dat { font-family : verdana,arial,helvetica; font-size : 8pt; font-weight : bold; text-align : left; vertical-align : middle; background-color : White; }
Text box size in Fire Fox is bit smaller than IE6.
Not sure why IE6 and FireFox displaying text box of diff size.
© Stack Overflow or respective owner