![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
If you have a target market that is known to use IE7 on high resolution monitors (what determines high resolution?) and most users have modified the desktop text size, your solution is a good one. |
#12
| |||
| |||
|
|
There is the one these groups always promote: font-size: 100%. |
|
If the visitor finds the text size too large, she can reduce it. |
|
If you have a target market that is known to use IE7 on high resolution monitors (what determines high resolution?) and most users have modified the desktop text size, your solution is a good one. |
#13
| |||
| |||
|
|
However we have to live with IE, warts and all. As the OP posted, " Fonts Appear Larger in IE7" - they already have a problem with this. |
#14
| |||
| |||
|
|
I've noticed a growing number of sites that offer explicit font size choices. I sure wish that Google Mail would. |
#15
| |||
| |||
|
|
Andy, were you referring to the IE (5/6?, 7?) bug where if the body font size was expressed as "1em", then user picking from Normal to Larger, etc would *double* the displayed size? Cured by: body { font-size: 100%; } |
#16
| |||
| |||
|
|
Using a competent browser, you should be able to increase/decrease the size yourself. It works for me; a simple Control+Plus in Firefox or 120% in Opera, for example. |
#17
| |||
| |||
|
|
Steve Swift wrote: I've noticed a growing number of sites that offer explicit font size choices. Most (all?) of those sites do it because their developers do not know how to design a site that "uses the visitors default size." One of my ISPs does it: http://www.att.net/ Three A's to click on. If you examine the three different CSS files, you will find: http://www.att.net/css/font_small.css body, td, th { font-size: 65%; http://www.att.net/css/font_med.css body, td, th { font-size: 75%; http://www.att.net/css/font_large.css body, td, th { /*font-size: 95%;*/ font-size: 92%; Harrumph. 92% of my default is *large*? (Which they lowered from 95%) And yes, I have had many discussions with them in their internal help newsgroups as to why this is not good. They won't listen. I sure wish that Google Mail would. Using a competent browser, you should be able to increase/decrease the size yourself. It works for me; a simple Control+Plus in Firefox or 120% in Opera, for example. Or just a numeric pad '+' in Opera... |
#18
| |||
| |||
|
|
I've noticed a growing number of sites that offer explicit font size choices. |
#19
| |||
| |||
|
|
So have I - I take my business elsewhere, to someone who doesn't insult me by telling me that I'm too stupid to operate my browser. |
#20
| |||
| |||
|
|
Perhaps you'd deign to tell me how |
|
I can alter the font size presented by Google mail in my Opera 9.23 browser? Every other page I visit is perfect, but for some reason, Google mail is presented in a font smaller than that I can comfortably read, and smaller than the minimum size preference that I have set in Opera. |
![]() |
| Thread Tools | |
| Display Modes | |
| |