|
Posted by Thomas Mlynarczyk on 03/12/06 22:44
Also sprach Toby Inkster:
>> No, 100% is 100% of the parent element's font size.
> Ja, offiziellich. Aber im Internet Explorer, es ist die normal font
> size für den Besucher.
Does this mean that in the code below, IE would render "Foo" and "Bar" in
the same size?
<body style="font-size: 100%">
<p>Foo</p>
<table style="font-size: 90%">
<tr><td style="font-size: 100%">Bar</td>
....
> Es ist ein furchtbar mit dem TD rendereing im quirks mode.
That's why I avoid quirks mode.
Navigation:
[Reply to this message]
|