![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
Not inventing. Note my response to another of your messages in which I confirmed the problem ... with some browsers. I did a test - see http://users.rcn.com/neal413/fontsizetest.html - where I compare calculated percentages to what it should be. In each section we're comparing: 1) 81% 2) 90% nested in 90% 3) 100% (baseline) 4) 90% of 90% of 90% 5) 72.9% 1) and 2), and 3) and 4), should be the same size, one calculated in the browser, the other calculated by hand and set as a direct size. I'm interested in the observations of others and results in other browsers, or differences in the same browsers on other machines. |
#22
| |||
| |||
|
|
"Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote in message news:az9md.9647$zk7.8184 (AT) twister (DOT) nyroc.rr.com... C A Upsdell wrote: .legalese { font-size: 90% } Which can result in the 'type gets insanely small' problem; whereas my equivalent suggestion -- .legalese { font-size:small; } -- does not. Sure does on my pages. 90%, that is. Not if it is nested, which what the OP was concerned with. 90% of 90% of 90% ... can quickly become too small to read, whereas font-size:small font-size:small font-size:small ... does not. Wow, someone who actually is still paying attention to the actual problem at |
| |
#23
| |||
| |||
|
|
In comp.infosystems.www.authoring.stylesheets C A Upsdell said: Once upon a time, I did use % units, and I did have endless shrinking text size problems (at least with some browsers), sounds like an inheritance issue with your css. i've never had any problems using %. |
![]() |
| Thread Tools | |
| Display Modes | |
| |