Fractions Behaving Badly in Browsers
- From: selowitch@xxxxxxx
- Date: 28 Jun 2005 10:19:37 -0700
Why do fonts behave so strangely in the various web browsers?
Witness this HTML code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Language" content="en">
<table>
<tr valign="top"><td>¼</td></tr>
<tr valign="top"><td>½</td></tr>
<tr valign="top"><td>¾</td></tr>
<tr valign="top"><td>⅓</td></tr>
<tr valign="top"><td>⅔</td></tr>
<tr valign="top"><td>⅕</td></tr>
<tr valign="top"><td>⅖</td></tr>
<tr valign="top"><td>⅗</td></tr>
<tr valign="top"><td>⅘</td></tr>
<tr valign="top"><td>⅙</td></tr>
<tr valign="top"><td>⅚</td></tr>
<tr valign="top"><td>⅛</td></tr>
<tr valign="top"><td>⅜</td></tr>
<tr valign="top"><td>⅝</td></tr>
</table>
</body>
</html>
Notice how the different glyphs seem to be in different typefaces and
do not respond to styling via CSS. Why does this happen? It's been
driving me insane!!!
Is there a solution?
.
- Follow-Ups:
- Re: Fractions Behaving Badly in Browsers
- From: Andreas Prilop
- Re: Fractions Behaving Badly in Browsers
- From: Clemens Ladisch
- Re: Fractions Behaving Badly in Browsers
- Prev by Date: Font ID please
- Next by Date: Re: Fractions Behaving Badly in Browsers
- Previous by thread: Font ID please
- Next by thread: Re: Fractions Behaving Badly in Browsers
- Index(es):
Relevant Pages
|
Loading