font innerhalb der Tabelle

M

Manfred Ullrich

Wie wird - richtig - die font size innerhalb der Tabelle eingestellt?

Dank und Gruß, Manfred
 
D

Dylan Parry

Pondering the eternal question of "Hobnobs or Rich Tea?", Manfred
Ullrich finally proclaimed:
Wie wird - richtig - die font size innerhalb der Tabelle eingestellt?

Im CSS, schreibt mann:

td {
font-size: 100%;
}

100% ist die normal font size für den Besucher.

ps. Mein Deutsch ist crap ;)
 
J

Jukka K. Korpela

Dylan Parry said:
Im CSS, schreibt mann:

td {
font-size: 100%;
}

That does not answer the question. What about td and caption? About all
the other sizes and their effect in nested tables?
100% ist die normal font size für den Besucher.

No, 100% is 100% of the parent element's font size.
ps. Mein Deutsch ist crap ;)

Dies Apparat ist nur für Experten. Alles non-technischen looken
Piipers. Relaxen Sie und watchen das Blinkenlights.
 
T

Toby Inkster

Jukka said:
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. Es ist ein furchtbar mit dem TD rendereing im quirks
mode.
 
T

Thomas Mlynarczyk

Also sprach Toby Inkster:
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>
Es ist ein furchtbar mit dem TD rendereing im quirks mode.

That's why I avoid quirks mode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top