what could be causing my text to come up smaller (about half size!) in Firefox compared to IE and the actinic preview? i'm assuming it's an IE css bug of somekind, but im not so great at tracking these down. any help as to which CSS declarations i should be looking at would be much obliged!
Announcement
Collapse
No announcement yet.
FF Vs. IE Text size problems
Collapse
X
-
Sometimes these sorts of things can be fixed using:
Code:body { font-size: 100%; }
Comment
-
There is a css browser quirk that can be resolved in setting defaults to 101% so it is forced to make the change. You may also like to try adding the "p" tag amongst others into Rob's suggestion above.
If the fonts are viewing at half size in FF (which is a massive difference in scale) it may be worth checking your actual user settings in FF
Comment
Comment