On 06/04/19 12:26 (GMT-0400)
newspost2000@yahoo.com apparently typed:
[color=blue]
>
http://www.htmldog.com/articles/elasticdesign/demo/[/color]
[color=blue]
> I found this wonderful site the demonstrates how you cannnot resize
> text formated using styles in ie 6 if you specify font size using pt
> units but you can if you specify font size using em. So guess what...
> I tried it and it on my site did not work![/color]
[color=blue]
> All I did was the following...[/color]
[color=blue]
> I changed my font propery from this[/color]
[color=blue]
> .body { font-size: 10pt }[/color]
[color=blue]
>To this[/color]
[color=blue]
> .body { font-size: 1.2ems }[/color]
Very interesting change. On my computers, 1.2em is 14.4pt. Why would you
in switching from pt to em to size text change from undersized text to
oversized text for your .body class? 12pt is the closest estimate of a
physical size for medium you'll find -
http://mrmazda.no-ip.com/auth/bigdef...#sizeresources - but you
can't actually assume medium is any size in particular, which is another
reason to not size text in pt.
P.S. - It didn't work for probably 2 reasons:
1-font-size: 1.2ems is invalid CSS. Check with the CSS validator before
asking for help next time.
2-'.body' is a class, as opposed to 'body', which applies to your entire
page. If you had no class="body" in your markup, then neither of your
above rules would have had anything to apply to.
As you're sure to have seen elsewhere in the thread, it's best to
exercise restraint in sizing web page text, as some size you deem
appropriate stands a good chance of having no useful relationship to the
size your visitor wishes or requires. Here's a checklist you can use to
measure your restraint:
http://mrmazda.no-ip.com/auth/userdefaultbased.html
--
"Have nothing to do with the fruitless deeds of darkness, but
rather expose them." Ephesians 5:11 NIV
Team OS/2 ** Reg. Linux User #211409
Felix Miata ***
http://mrmazda.no-ip.com/auth/auth