No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Filtre th()

Impossible de trouver des informations à propos du filtre th().

Information (14/02/2010)

J'avais réalisé cette page le 27/02/2003, dans la fougue de la découverte des possibilités du Web. Je laisse donc ces pages à titre d'information, mais avec le recul je ne suis pas du tout convaincu, car les différents filtres présentés ici ne sont valables que pour le navigateur Internet Explorer.

Exemple de syntaxe

  1. <img src="graphique.gif" style="FILTER: GLOW(color=blue, strength=4)">

Après les deux points suit l'appel au filtre par son nom et ses paramètres séparés par des virgules. Le tout entre parenthèses.
Si un filtre ne demande aucun paramètre, les parenthèses sont tout de même présentes (comme pour un appel de fonction).

Nous pouvons combiner plusieurs filtres pour un même élément, comme le montre l'exemple suivant.

  1. <img src="graphique.gif" style="filter:Blur(strength=50) FlipH();">

Contents Haut

Balises HTML sur lesquelles nous pouvons appliquer les filtres

BaliseApplication
BaliseApplication
bodyla totalité de la page affichée
buttonla surface pouvant être cliquée
divle passage en relation avec les mentions de feuilles de style width: et/ou height: et/ou position:
imgle graphique référencé
inputle champ de saisie
marqueele texte déroulant
spanle passage en relation avec les mentions de feuilles de style width: et/ou height: et/ou position:
tablele tableau
tdla cellule de données d'un tableau
textareale champ de saisie à plusieurs lignes
tfootle pied d'un tableau
thla rangée d'entête d'un tableau
theadl'entête d'un tableau
trla rangée d'un tableau

Exemples d'utilisation de filtres

Les exemples changent à chaque chargement de la page. Si vous désirez d'autres exemples, vous pouvez recharger la page.

Exemple avec Alpha()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <head>
  4. <title>filter:0()</title>
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta name="Author" lang="fr" content="James Watt">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="boole.george@infobrol.tk">
  9. <meta name="Copyright" content="George Boole">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12.  
  13. body {
  14. margin: 4px;
  15. padding: 7px;
  16. font-family: verdana;
  17. font-size: 18px;
  18. min-width: 780px;
  19. background:#FFFFFF;
  20. color:#000000;
  21. }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body>
  27. <img
  28. style="filter:Alpha(opacity=36, finishopacity=0, style=2);"
  29. src="0Filter.jpg"
  30. align="center"
  31. width="78"
  32. height="111"
  33. alt="Alpha
  34. appliqu&eacute; &agrave; une image">
  35. <span style="width: 100%; filter:Alpha(opacity=36, finishopacity=0, style=2);">
  36. Alpha
  37. appliqu&eacute; &agrave; du texte
  38. </span>
  39. </body>
  40. </html>

Contents Haut

Exemple avec Blur()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:1()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta name="Author" lang="fr" content="Duns Scot">
  7. <meta name="Reply-to" content="hopper.grace@infobrol.edu">
  8. <meta name="Publisher" content="Hopper">
  9. <meta name="Copyright" content="Grace Hopper">
  10. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  11. </head>
  12. <body>
  13. <form>
  14. <textarea id="test_textarea"
  15. style="filter:Blur(direction=135, strength=17);"
  16. rows="2"
  17. cols="8">
  18. The quick brown fox jumped over the lazy dog.
  19. The quick brown fox jumped over the lazy dog.
  20. The quick brown fox jumped over the lazy dog.
  21. type="button"
  22. name="btn1"
  23. value="Test"
  24. style="filter:Blur(direction=135, strength=17);" />
  25. </form>
  26. </body>
  27. </html>

Contents Haut

Exemple avec Chroma()

  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <head>
  5. <title>filter:2()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta http-equiv="pragma" content="no-cache">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  10. <meta name="Reply-to" content="shannon.claude@infobrol.edu">
  11. <meta name="Copyright" content="Claude Shannon">
  12. <meta http-equiv="content-language" content="fr">
  13. </head>
  14. <body>
  15. <img
  16. style="filter:Chroma(color=#8470ff);"
  17. src="2Filter.jpg"
  18. align="center"
  19. width="107"
  20. height="100"
  21. alt="Chroma
  22. appliqu&eacute; &agrave; une image">
  23. <span style="width: 100%; filter:Chroma(color=#8470ff);">
  24. Chroma
  25. appliqu&eacute; &agrave; du texte
  26. </span>
  27. </body>
  28. </html>

Contents Haut

Exemple avec DropShadow()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:3()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  8. <meta name="Copyright" content="Michel Chevalier">
  9. <meta http-equiv="content-language" content="fr">
  10. </head>
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <form>
  13. <textarea id="test_textarea"
  14. style="filter:DropShadow(offx=2, offy=4);"
  15. rows="18"
  16. cols="19">
  17. The quick brown fox jumped over the lazy dog.
  18. type="button"
  19. name="btn1"
  20. value="Test"
  21. style="filter:DropShadow(offx=2, offy=4);" />
  22. </form>
  23. </body>
  24. </html>

Contents Haut

Exemple avec FlipH()

  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <head>
  5. <title>filter:4()</title>
  6. <meta name="Author" lang="fr" content="Anders Hejlsberg">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="tanenbaum.andrewstuart@infobrol.pro">
  9. <meta name="Publisher" content="Tanenbaum">
  10. <meta name="Copyright" content="Andrew Stuart Tanenbaum">
  11. <meta http-equiv="content-language" content="fr">
  12. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  13.  
  14. body {
  15. margin: 0px;
  16. padding: 5px;
  17. font-family: verdana;
  18. font-size: 19px;
  19. min-width: 749px;
  20. }
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body bgcolor="#FFFFFF" text="#000000">
  26. <img
  27. style="filter:FlipH();"
  28. src="4Filter.jpg"
  29. align="center"
  30. width="79"
  31. height="98"
  32. alt="FlipH
  33. appliqu&eacute; &agrave; une image">
  34. <span style="width: 100%; filter:FlipH();">
  35. FlipH
  36. appliqu&eacute; &agrave; du texte
  37. </span>
  38. </body>
  39. </html>

Contents Haut

Exemple avec FlipV()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:5()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Author" lang="fr" content="Claude Galien">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  10. <meta name="Reply-to" content="mill.james@infobrol.pro">
  11. <meta name="Publisher" content="Mill">
  12. <meta name="Copyright" content="James Mill">
  13. <meta http-equiv="content-language" content="fr">
  14. </head>
  15. <body>
  16. <h1>Exemple de filtre FlipV</h1>
  17. <div align="center">
  18. <img
  19. src="filter_5.gif"
  20. style="filter:FlipV()"
  21. width="11"
  22. height="82"
  23. alt="Exemple de filtre 5"
  24. border="0">
  25. </div>
  26. </body>
  27. </html>

Contents Haut

Exemple avec Glow()

  1. <head>
  2. <title>filter:6()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta name="Author" lang="fr" content="Nicolas de Condorcet">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  7. <meta name="Reply-to" content="turing.alanmathison@gmail.com">
  8. <meta name="Copyright" content="Alan Mathison Turing">
  9. <meta http-equiv="content-language" content="fr">
  10. </head>
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <img
  13. style="filter:Glow(color=#8470ff, strength=12);"
  14. src="6Filter.jpg"
  15. align="center"
  16. width="96"
  17. height="118"
  18. alt="Glow
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:Glow(color=#8470ff, strength=12);">
  21. Glow
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </html>

Contents Haut

Exemple avec Gray()

  1. <head>
  2. <title>filter:7()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  5. <meta name="Reply-to" content="koch.werner@infobrol.edu">
  6. <meta name="Publisher" content="Koch">
  7. <meta name="Copyright" content="Werner Koch">
  8. <meta http-equiv="content-language" content="fr">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10.  
  11. body {
  12. margin: 4px;
  13. padding: 7px;
  14. font-family: verdana;
  15. font-size: 18px;
  16. min-width: 780px;
  17. background:#FFFFFF;
  18. color:#000000;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body>
  25. <h1>Exemple de filtre Gray</h1>
  26. width:100%; padding:6px; font-size:49pt; color:red;
  27. filter:7()">
  28. Application de Gray(),
  29. texte avec Gray
  30. The quick brown fox jumped over the lazy dog.
  31. The quick brown fox jumped over the lazy dog.
  32. The quick brown fox jumped over the lazy dog.
  33. The quick brown fox jumped over the lazy dog.
  34. </div>
  35. </body>
  36. </html>

Contents Haut

Exemple avec Invert()

  1. <head>
  2. <title>filter:8()</title>
  3. <meta http-equiv="pragma" content="no-cache">
  4. <meta name="Author" lang="fr" content="Niels Bohr">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="hertz.heinrichrudolf@gmail.com">
  7. <meta name="Copyright" content="Heinrich Rudolf Hertz">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body bgcolor="#FFFFFF" text="#000000">
  11. <form>
  12. <textarea id="test_textarea"
  13. style="filter:Invert();"
  14. rows="5"
  15. cols="14">
  16. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  17. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  18. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  19. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  20. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  21. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  22. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  23. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  24. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  25. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  26. Maecenas porttitor congue massa. Fusce posuere, magna sed
  27. pulvinar ultricies, purus lectus malesuada libero, sit amet
  28. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  29. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  30. tristique senectus et netus et malesuada fames ac turpis
  31. egestas. Proin pharetra nonummy pede.
  32. type="button"
  33. name="btn1"
  34. value="Test"
  35. style="filter:Invert();" />
  36. </form>
  37. </body>
  38. </html>

Contents Haut

Exemple avec Mask()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:9()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Author" lang="fr" content="John Backus">
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <meta name="Reply-to" content="hopper.grace@infobrol.edu">
  8. <meta name="Publisher" content="Hopper">
  9. <meta name="Copyright" content="Grace Hopper">
  10. <meta http-equiv="content-language" content="fr">
  11. </head>
  12. <body bgcolor="#FFFFFF" text="#000000">
  13. <img
  14. style="filter:Mask(color=#fafad2);"
  15. src="9Filter.jpg"
  16. align="center"
  17. width="113"
  18. height="77"
  19. alt="Mask
  20. appliqu&eacute; &agrave; une image">
  21. <span style="width: 100%; filter:Mask(color=#fafad2);">
  22. Mask
  23. appliqu&eacute; &agrave; du texte
  24. </span>
  25. </body>
  26. </html>

Contents Haut

Exemple avec Shadow()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:10()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Author" lang="fr" content="James Watt">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Reply-to" content="omar@khayyam.org">
  10. <meta name="Publisher" content="Khayyam">
  11. <meta name="Copyright" content="Omar Khayyam">
  12. <meta http-equiv="content-language" content="fr">
  13. </head>
  14. <body bgcolor="#FFFFFF" text="#000000">
  15. <div style="width: 100%; filter:Shadow(color=#fafad2);">
  16. Ceci est un texte avec Shadow...
  17. </div>
  18. </body>
  19. </html>

Contents Haut

Exemple avec Wave()

  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <head>
  5. <title>filter:11()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Author" lang="fr" content="James Prescott Joule">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Publisher" content="Bell">
  10. <meta name="Copyright" content="Alexandre Graham Bell">
  11. <meta http-equiv="content-language" content="fr">
  12. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  13.  
  14. body {
  15. margin: 4px;
  16. padding: 7px;
  17. font-family: verdana;
  18. font-size: 18px;
  19. min-width: 780px;
  20. background:#FFFFFF;
  21. color:#000000;
  22. }
  23. </style>
  24.  
  25. </head>
  26.  
  27. <body>
  28. width:100%;
  29. padding:16px;
  30. font-size:17pt;
  31. color:blue;
  32. filter:Wave(light=3, freq=44)">
  33. Exemples d'utilisation de filtres</p>
  34. </div>
  35.  
  36. <br />
  37. <br />
  38.  
  39. <tr valign="top">
  40. <td width="22%" height="218">
  41. The quick brown fox jumped over the lazy dog.
  42. The quick brown fox jumped over the lazy dog.
  43. </td>
  44. <td width="21%">
  45. &nbsp;
  46. </td>
  47. <td width="57%">
  48. The quick brown fox jumped over the lazy dog.
  49. The quick brown fox jumped over the lazy dog.
  50. The quick brown fox jumped over the lazy dog.
  51. The quick brown fox jumped over the lazy dog.
  52. </td>
  53. </tr>
  54. </table>
  55.  
  56. </body>
  57. </html>

Contents Haut

Exemple avec XRay()

  1. <!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <head>
  5. <title>filter:12()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Author" lang="fr" content="Friedrich Heinrich Jacobi">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  10. <meta name="Publisher" content="Jobs">
  11. <meta name="Copyright" content="Steve Jobs">
  12. <meta http-equiv="content-language" content="fr">
  13. </head>
  14. <body>
  15. <img
  16. style="filter:XRay();"
  17. src="12Filter.jpg"
  18. align="center"
  19. width="107"
  20. height="104"
  21. alt="XRay
  22. appliqu&eacute; &agrave; une image">
  23. <span style="width: 100%; filter:XRay();">
  24. XRay
  25. appliqu&eacute; &agrave; du texte
  26. </span>
  27. </body>
  28. </html>

Contents Haut

Liste de filtres

#NomEffet
#NomEffet
0Alpha()effet de fusion de l'avant-plan et l'arrière-plan
1Blur()effet d'estompe
2Chroma()effet de couleur transparente
3DropShadow()effet d'ombrage
4FlipH()effet de symétrie sur axe horizontal
5FlipV()effet de symétrie sur axe vertical
6Glow()effet de bords flambants
7Gray()effet de nuances de gris
8Invert()effet d'inversion
9Mask()effet de masque transparent
10Shadow()effet d'ombres
11Wave()effet d'ondulation
12XRay()effet négatif photo

Afficher tous les filtres avec exemples.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 27/02/2003, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/html-filtres-rf-glow.html/html-filtres-rf-blur.html/xhtml-rf-th.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Filtres : selfhtml (version 13/02/10)

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut