On Nov 3, 10:18 pm, "Beauregard T. Shagnasty"
<a.nony.m...@[EMAIL PROTECTED]
> wrote:
> 1001 Webs wrote:
> > "Beauregard T. Shagnasty" wrote:
> >> ... and since you use Verdana (as explained in my link), an overly
> >> large font, you also penalize everyone who is using a computer
> >> without that font installed.
>
> > Helvetica and Arial, which I've defined as substitutes for Verdana,
> > are actually smaller.
>
> Well, of course they are. That's why I said you penalize anyone who does
> not have Verdana. Your 11px with Arial is way too small.
>
> By the way, near as I can count, you have this:
> font-family: Verdana, Arial, Helvetica, sans-serif;
>
> *172* times in your style sheet. It needs to be there only *once*. In
> the body { }.
>
> Change that one occurrence to:
> font-family: Helvetica, Arial, sans-serif;
>
> Maybe add Tahoma at the beginning of it.
I am trying to make my style sheet as compatible as possible and I'm
getting a bit confused here.
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?


|