HighDots Forums  

font-size: 76.1%;

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss font-size: 76.1%; in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Stan Brown
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 02:01 PM






Sun, 04 Nov 2007 12:23:30 -0000 from 1001 Webs <1001webs (AT) gmail (DOT) com>:
Quote:
I am trying to make my style sheet as compatible as possible and I'm
getting a bit confused here.
Yes, I'm afraid so. To begin with -- and I'm not just ragging on you
for your grammar - "as compatible as possible" doesn't mean anything.
You need to decide what you want to be compatible WITH. Internet
Explorer? Web standards? It can't be both, without a lot of extra
work.

Quote:
I've read that the best size for font-size would be 76.1%; due to
shortcomings in the way both IE and Opera render that attribute.

Is this correct?
No, and really I think it should be obvious why. font-size:76.1%
means "Whatever size the visitor has decided is best, lop almost a
quarter off of that so that the type will be uncomfortably small."
That's wrong in *every* browser.

The 76.1% figure is suspiciously precise, though. Where did you get
this bit of bad advice?

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you


Reply With Quote
  #12  
Old   
Stan Brown
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 02:03 PM






Sun, 04 Nov 2007 13:23:00 -0000 from 1001 Webs <1001webs (AT) gmail (DOT) com>:
Quote:
Well , maybe *she* has not bother to choose was best for *her*,
because no one has ever told *her* that *she* could so.
So you think that you know better than the visitor to your site what
is the best font size for her to read? Do you know her screen size
and resolution, what size window she has her browser open in, the
state of her eyesight, and so forth? I don't think so.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you


Reply With Quote
  #13  
Old   
Stan Brown
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 02:06 PM



Sun, 04 Nov 2007 12:42:52 -0500 from Jonathan N. Little
<lws4art (AT) centralva (DOT) net>:

Quote:
Gee, I don't know...it seems like some site are improved with:

body { font-size: 1% !important; }
You forgot

color:#FFF; background-color:#FFF

:-)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you


Reply With Quote
  #14  
Old   
Andy Dingley
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 03:23 PM



On Sun, 04 Nov 2007 13:25:06 -0000, 1001 Webs <1001webs (AT) gmail (DOT) com>
wrote:

Quote:
I've read that the best size for font-size would be 76.1%; due to
shortcomings in the way both IE and Opera render that attribute.

Is this correct?
No.

You can of course find _examples_ on the web to support any crazy point
of view that you wish. We'd be more interested in seeing _why_ you or
they would argue in favour of this.

body { font-size : 100%; }



Reply With Quote
  #15  
Old   
Sherman Pendley
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 04:40 PM



1001 Webs <1001webs (AT) gmail (DOT) com> writes:

Quote:
Because when I use font-size: 100%; as the only directive my top row
grows too much
And the H1,2,3 don't look nice.
If 100% is too big in *your browser*, then fix your browser, by setting
it to use a smaller default size.

Quote:
It doesn't happen with font-size:76%;
It doesn't happen to *you*, because *your browser* is using a default size
that is far too large for you. To the many others whose browsers are already
configured to use the correct default size for their eyesight, monitor, etc.,
76% will result in text that's unacceptably small.

sherm--

--
WV News, Blogging, and Discussion: http://wv-www.com
Cocoa programming in Perl: http://camelbones.sourceforge.net


Reply With Quote
  #16  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 05:03 PM



On 2007-11-04, Sherman Pendley wrote:
Quote:
1001 Webs <1001webs (AT) gmail (DOT) com> writes:
....
It doesn't happen with font-size:76%;

It doesn't happen to *you*, because *your browser* is using a default size
that is far too large for you. To the many others whose browsers are already
configured to use the correct default size for their eyesight, monitor, etc.,
76% will result in text that's unacceptably small.
Many people set their browser defaults too large because of the
incredible number of sites that use ridiculously small font sizes
(like 76.1%).

What they should do is set a minimum font size in their browser
(this can be done in Firefox; I don't know about other browsers).
The small drawback is that you can lose the relative sizing when a
smaller font is appropriate (short phrases, legalese, footers,
etc.). On the other hand, it makes surfing the web a much more
pleasant experience without penalizing those who do a good job of
crating their sites.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #17  
Old   
Bergamot
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 05:37 PM



1001 Webs wrote:
Quote:
body {font-size : 100.01%;} /* For Stupid Opera */
That was an issue in a now ancient version of Opera. It hasn't been an
issue in several years now, but a kludge like that never should have
been done in the first place.

--
Berg


Reply With Quote
  #18  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 09:52 PM



Stan Brown wrote:
Quote:
Sun, 04 Nov 2007 12:42:52 -0500 from Jonathan N. Little
lws4art (AT) centralva (DOT) net>:

Gee, I don't know...it seems like some site are improved with:

body { font-size: 1% !important; }

You forgot

color:#FFF; background-color:#FFF

:-)

Hell, why not make it complete!

body { display: none; }

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #19  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 10:14 PM



Stan Brown wrote:
Quote:
Sun, 04 Nov 2007 12:42:52 -0500 from Jonathan N. Little
lws4art (AT) centralva (DOT) net>:

Gee, I don't know...it seems like some site are improved with:

body { font-size: 1% !important; }

You forgot

color:#FFF; background-color:#FFF

:-)
Hey, I have something quite similar in my headers here. Take a peek.

--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project - http://improve-usenet.org


Reply With Quote
  #20  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: font-size: 76.1%; - 11-04-2007 , 11:27 PM



Blinky the Shark wrote:
Quote:
Stan Brown wrote:
Sun, 04 Nov 2007 12:42:52 -0500 from Jonathan N. Little
lws4art (AT) centralva (DOT) net>:

Gee, I don't know...it seems like some site are improved with:

body { font-size: 1% !important; }
You forgot

color:#FFF; background-color:#FFF

:-)

Hey, I have something quite similar in my headers here. Take a peek.

What you playing with the poor fools using WebTV? Now there's a service
that makes AOL look good!

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.