Re: CSS - List Help
- From: "Beauregard T. Shagnasty" <a.nony.mous@xxxxxxxxxxxxxxx>
- Date: Tue, 31 Jan 2006 14:50:21 GMT
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
.
- Follow-Ups:
- Re: CSS - List Help
- From: Gwayn
- Re: CSS - List Help
- References:
- CSS - List Help
- From: Gwayn
- CSS - List Help
- Prev by Date: an IE bug- diaplaying 2 kinds of fonts
- Next by Date: Missing Text When Printing Page With <iframe> Using Verticle Scroll.... Is There A Workaround???
- Previous by thread: Re: CSS - List Help
- Next by thread: Re: CSS - List Help
- Index(es):
Relevant Pages
|