Re: CSS - List Help



Gwayn wrote:

> #navlist
> {
> padding: 0 0px 0px;
> margin-left: 0;
> font: bold 12px Verdana, sans-serif;

You've not heard yet that setting font sizes in px is a Bad Idea™. IE
users with vision disabilities will not be able to resize your content.

Using Verdana is also not desired:
http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

If you feel you need to assign the fonts, use:

font: bold 100% sans-serif;

Add:

body {
font: 100% sans-serif;
}

--
-bts
-Warning: I brake for lawn deer
.



Relevant Pages

  • Re: PHP and Dreamweaver CCSes
    ... font: Geneva, Verdana, Arial, helvetica, sans-serif; ...
    (comp.infosystems.www.authoring.html)
  • Re: And things were going so well....
    ... His argument is basically "Verdana looks too big ... The problem is that authors who use Verdana almost always set their font ... san-serif for headings and serif ... Using a sans-serif, a serif, a sans-serif, and ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: Advice required for cascading vertical menu.
    ... font: 12px Lucida Sans Unicode, Verdana, sans-serif;} ...
    (uk.net.web.authoring)
  • Re: The name of the typeface
    ... The font used on the front cover for the word "genki" is something called "goshikku". ... The word "gothic" apparently was used for sans-serif fonts, a Japanese web page claims, in America, and it comes from that. ... Minchou means "Ming dynasty". ... This type style is characterized by thick vertical and thin horizontal lines. ...
    (sci.lang.japan)
  • Re: The Font changes when viewed from another computer
    ... It is the system font called sans-serif. ... > "Murray" wrote: ... >>> not a web safe font? ...
    (microsoft.public.frontpage.client)