text field significantly bigger in certain browser
        Posted  
        
            by ian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ian
        
        
        
        Published on 2010-05-28T02:22:50Z
        Indexed on 
            2010/05/28
            2:31 UTC
        
        
        Read the original article
        Hit count: 303
        
I have the below text field in my page:
<input class="message" id="message" name="message" type="text" size="65" />
For some reason in the latest FireFox for OS X it is about 200pixels wider than it is in the latest Chrome (mac/pc) FireFox(pc) and IE(pc)
Any suggestions on how I can fix this or why this is happening?
© Stack Overflow or respective owner