My site displays just like in need in IE and Opera, but in Firefox I can\'t get (via CSS) to have font sizes smaller than Firefox\' default minimum-font-size. Of course I ca
you can try the following code
body {
min-font-size: 15px!important;
}