Posted by Beauregard T. Shagnasty on 08/03/06 17:27
Lesley Blakey wrote:
> I am using four different style sheets for the different text sizes
Why bother? Stop using font sizing at all, and set your main body font
to 100%, with minor changes for <hx> and legalese elements. Let your
users decide what is best for themselves.
body { font-size: 100%; }
h1 { font-size: 150%; }
h2 { font-size: 135%; }
h3 { font-size: 125%; }
..legalese { font-size: 85%; }
Sure eliminates a lot of the complexity, and may even fix the problem
you posted about.
http://k75s.home.att.net/fontsize.html
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|