Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Bug #1496 fonts for IE too big
Submitted: 2004-05-25 18:08 UTC
From: mike Assigned: danielc
Status: Closed Package: Web Site
PHP Version: Irrelevant OS: N/A
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 50 + 30 = ?

 
 [2004-05-25 18:08 UTC] mike
Description: ------------ The fonts of the PEAR website are rendered way too big for IE. This could be solved by adding the following three lines to the PEAR stylesheet: table { font-size: 100%; }

Comments

 [2004-06-09 05:10 UTC] danielc
The style sheets have been modified a bit. Can you please check the site out and let me know if this is still a problem? It looks okay for me in IE, but that could be due to my preferences. If /css/style.css still needs tweaking, do we need to add a whole new doodad like this: table { size: 100%; } Or can we put the "size: 100%" in the existing section: table.head, table.middle, table.foot { size: 100%; }
 [2004-06-09 08:39 UTC] mike
That's just because IE and Opera render fonts in tables far bigger than Mozilla does. Assigning 100% font-size to tables (no matter what the body's font-size actually is) should make them render the fonts fairly equal. Have a look at these screenshots, which show the difference: http://iworks.at/temp/pear-moz.png http://iworks.at/temp/pear-ie.png Michael
 [2004-06-09 16:36 UTC] danielc
Fixed in CVS. Thanks.