Firefox on Ubuntu seems to render some HTML considerably differently compared to other browsers. In particular some fonts/styles on Ubuntu are becoming much larger and colum
I was having the same problem rendering a text input element (using jQuery UI autocomplete) within a table cell using Firefox in Ubuntu. The table was rendering flawlessly in IE 7&8, Chrome, Safari, Firefox 3.6, but not in Firefox on Ubuntu! Arg.
I was able to set an inline style="font-size: 11px"
for the text input element to fix the problem. Although it shrunk the font-size from an 12px
to 11px
(hardly noticeable), I was able to get a table cell that wouldn't adjust in Firefox on Ubuntu. Still renders on the above browsers!
Much thanks to Pascel MARTIN for the tips!