Bonjour à tous,
Bon, je vais essayé de faire court
ex : ⇒ (⇒), Double Flèche vers la Droite.
2 PC au bureau :
NT4 SP6 + IE5.5
XP SP2 + IE6
Les 2 PC ont les fonts suivants:
Code2000
Lucida Sans Unicode
Arial Unicode Ms
IE5 affiche correctement sous les 3 fonts
IE6 rien du tout (des petits carrés)
Voici le code de test utilisé :
Une (bonne) idée ?
D'avance, merci.
Modifié par g41687 (12 Oct 2005 - 12:50)
Bon, je vais essayé de faire court
ex : ⇒ (⇒), Double Flèche vers la Droite.
2 PC au bureau :
NT4 SP6 + IE5.5
XP SP2 + IE6
Les 2 PC ont les fonts suivants:
Code2000
Lucida Sans Unicode
Arial Unicode Ms
IE5 affiche correctement sous les 3 fonts
IE6 rien du tout (des petits carrés)
Voici le code de test utilisé :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<h1>Test:</h1>
<p>
&#x21d2; : ⇒<br />
&#x21d4; : ⇔<br />
</p>
<p style="font-family:Code2000;">
Test with "Code2000"<br />
&#x21d2; : ⇒<br />
&#x21d4; : ⇔<br />
</p>
<p style="font-family:'Lucida sans Unicode';">
Test with "Lucida sans Unicode"<br />
&#x21d2; : ⇒<br />
&#x21d4; : ⇔<br />
</p>
<p style="font-family:'Arial Unicode Ms';">
Test with "Arial Unicode Ms"<br />
&#x21d2; : ⇒<br />
&#x21d4; : ⇔<br />
</p>
</body>
</html>
Une (bonne) idée ?
D'avance, merci.
Modifié par g41687 (12 Oct 2005 - 12:50)