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 tfoot()

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

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="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Reply-to" content="bloch.ernst@infobrol.pro">
  7. <meta name="Publisher" content="Bloch">
  8. </head>
  9. <body>
  10. <h1>Exemple de filtre Alpha</h1>
  11. <div align="center">
  12. <img
  13. src="filter_0.gif"
  14. style="filter:Alpha(opacity=65, finishopacity=0, style=0)"
  15. width="147"
  16. height="128"
  17. alt="Exemple de filtre 0"
  18. border="0">
  19. </div>
  20. </body>
  21. </html>

Contents Haut

Exemple avec Blur()

  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:1()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Author" lang="fr" content="William Godwin">
  7. <meta name="Reply-to" content="stroustrup.bjarne@infobrol.edu">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body>
  11. <img
  12. style="filter:Blur(direction=225, strength=3);"
  13. src="1Filter.jpg"
  14. align="center"
  15. width="102"
  16. height="116"
  17. alt="Blur
  18. appliqu&eacute; &agrave; une image">
  19. <span style="width: 100%; filter:Blur(direction=225, strength=3);">
  20. Blur
  21. appliqu&eacute; &agrave; du texte
  22. </span>
  23. </body>
  24. </html>

Contents Haut

Exemple avec Chroma()

  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:2()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Author" lang="fr" content="Pierre Curie">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  9. <meta name="Reply-to" content="popov.alexandre@gmail.com">
  10. <meta name="Publisher" content="Popov">
  11. <meta name="Copyright" content="Alexandre Popov">
  12. <meta http-equiv="content-language" content="fr">
  13. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  14.  
  15. body {
  16. margin: 5px;
  17. padding: 14px;
  18. font-family: verdana;
  19. font-size: 17px;
  20. min-width: 776px;
  21. }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000">
  27. width:100%;
  28. padding:15px;
  29. font-size:46pt;
  30. color:blue;
  31. filter:Chroma(color=#DDBB99)">
  32. Exemples d'utilisation de filtres</p>
  33. </div>
  34.  
  35. <br />
  36. <br />
  37.  
  38. <tr valign="top">
  39. <td width="22%" height="218">
  40. The quick brown fox jumped over the lazy dog.
  41. The quick brown fox jumped over the lazy dog.
  42. The quick brown fox jumped over the lazy dog.
  43. The quick brown fox jumped over the lazy dog.
  44. The quick brown fox jumped over the lazy dog.
  45. </td>
  46. <td width="21%">
  47. &nbsp;
  48. </td>
  49. <td width="57%">
  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 DropShadow()

  1. <head>
  2. <title>filter:3()</title>
  3. <meta name="Publisher" content="Cousteau">
  4. <meta name="Copyright" content="Jacques-Yves Cousteau">
  5. </head>
  6. <body>
  7. <h1>Exemple de filtre DropShadow</h1>
  8. <div align="center">
  9. <img
  10. src="filter_3.gif"
  11. style="filter:DropShadow(offx=1, offy=1)"
  12. width="122"
  13. height="106"
  14. alt="Exemple de filtre 3"
  15. border="0">
  16. </div>
  17. </body>
  18. </html>

Contents Haut

Exemple avec FlipH()

  1. <head>
  2. <title>filter:4()</title>
  3. <meta http-equiv="pragma" content="no-cache">
  4. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  5. <meta name="Reply-to" content="alanmathison@turing.info">
  6. <meta name="Publisher" content="Turing">
  7. <meta name="Copyright" content="Alan Mathison Turing">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body bgcolor="#FFFFFF" text="#000000">
  11. <h1>Exemple de filtre FlipH</h1>
  12. <div align="center">
  13. <img
  14. src="filter_4.gif"
  15. style="filter:FlipH()"
  16. width="26"
  17. height="167"
  18. alt="Exemple de filtre 4"
  19. border="0">
  20. </div>
  21. </body>
  22. </html>

Contents Haut

Exemple avec FlipV()

  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:5()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Author" lang="fr" content="Thomas Cormen">
  8. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  9. <meta name="Reply-to" content="claude@galien.org">
  10. <meta name="Publisher" content="Galien">
  11. <meta name="Copyright" content="Claude Galien">
  12. <meta http-equiv="content-language" content="fr">
  13. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  14.  
  15. body {
  16. margin: 5px;
  17. padding: 14px;
  18. font-family: verdana;
  19. font-size: 17px;
  20. min-width: 776px;
  21. }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000">
  27. <h1>Exemple de filtre FlipV</h1>
  28. <div align="center">
  29. <img
  30. src="filter_5.gif"
  31. style="filter:FlipV()"
  32. width="169"
  33. height="101"
  34. alt="Exemple de filtre 5"
  35. border="0">
  36. </div>
  37. </body>
  38. </html>

Contents Haut

Exemple avec Glow()

  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:6()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  8. <meta name="Reply-to" content="wittgenstein.ludwig@infobrol.com">
  9. <meta name="Publisher" content="Wittgenstein">
  10. <meta name="Copyright" content="Ludwig Wittgenstein">
  11. <meta http-equiv="content-language" content="fr">
  12. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  13. </head>
  14. <body>
  15. <img
  16. style="filter:Glow(color=#DDBB99, strength=18);"
  17. src="6Filter.jpg"
  18. align="center"
  19. width="77"
  20. height="111"
  21. alt="Glow
  22. appliqu&eacute; &agrave; une image">
  23. <span style="width: 100%; filter:Glow(color=#DDBB99, strength=18);">
  24. Glow
  25. appliqu&eacute; &agrave; du texte
  26. </span>
  27. </body>
  28. </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 http-equiv="pragma" content="no-cache">
  5. <meta name="Author" lang="fr" content="Isaac Newton">
  6. <meta http-equiv="content-language" content="fr">
  7. </head>
  8. <body>
  9. <form>
  10. <textarea id="test_textarea"
  11. style="filter:Gray();"
  12. rows="5"
  13. cols="19">
  14. The quick brown fox jumped over the lazy dog.
  15. type="button"
  16. name="btn1"
  17. value="Test"
  18. style="filter:Gray();" />
  19. </form>
  20. </body>
  21. </html>

Contents Haut

Exemple avec Invert()

  1. <head>
  2. <title>filter:8()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Copyright" content="Pierre Curie">
  7. <meta http-equiv="content-language" content="fr">
  8. </head>
  9. <body>
  10. width:100%;
  11. padding:13px;
  12. font-size:23pt;
  13. color:blue;
  14. filter:Invert()">
  15. Exemples d'utilisation de filtres</p>
  16. </div>
  17.  
  18. <br />
  19. <br />
  20.  
  21. <tr valign="top">
  22. <td width="22%" height="218">
  23. The quick brown fox jumped over the lazy dog.
  24. The quick brown fox jumped over the lazy dog.
  25. The quick brown fox jumped over the lazy dog.
  26. The quick brown fox jumped over the lazy dog.
  27. </td>
  28. <td width="21%">
  29. &nbsp;
  30. </td>
  31. <td width="57%">
  32. The quick brown fox jumped over the lazy dog.
  33. The quick brown fox jumped over the lazy dog.
  34. The quick brown fox jumped over the lazy dog.
  35. The quick brown fox jumped over the lazy dog.
  36. The quick brown fox jumped over the lazy dog.
  37. </td>
  38. </tr>
  39. </table>
  40.  
  41. </body>
  42. </html>

Contents Haut

Exemple avec Mask()

  1. <head>
  2. <title>filter:9()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Author" lang="fr" content="Ada Lovelace">
  6. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  7. <meta name="Reply-to" content="taine.hippolyte@infobrol.edu">
  8. <meta name="Publisher" content="Taine">
  9. <meta name="Copyright" content="Hippolyte Taine">
  10. <meta http-equiv="content-language" content="fr">
  11. </head>
  12. <body>
  13. <h1>Exemple de filtre Mask</h1>
  14. <div align="center">
  15. <img
  16. src="filter_9.gif"
  17. style="filter:Mask(color=#fafad2)"
  18. width="99"
  19. height="127"
  20. alt="Exemple de filtre 9"
  21. border="0">
  22. </div>
  23. </body>
  24. </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 http-equiv="pragma" content="no-cache">
  8. <meta name="Author" lang="fr" content="Jean Meslier">
  9. <meta name="Description" content="Utilisation des filtres, Demo">
  10. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  11. <meta name="Copyright" content="John Venn">
  12. <meta http-equiv="content-language" content="fr">
  13. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  14.  
  15. body {
  16. margin: 4px;
  17. padding: 4px;
  18. font-family: verdana;
  19. font-size: 9px;
  20. min-width: 768px;
  21. background:#FFFFFF;
  22. color:#000000;
  23. }
  24. </style>
  25.  
  26. </head>
  27.  
  28. <body>
  29. <form>
  30. <textarea id="test_textarea"
  31. style="filter:Shadow(color=#fafad2);"
  32. rows="7"
  33. cols="20">
  34. The quick brown fox jumped over the lazy dog.
  35. type="button"
  36. name="btn1"
  37. value="Test"
  38. style="filter:Shadow(color=#fafad2);" />
  39. </form>
  40. </body>
  41. </html>

Contents Haut

Exemple avec Wave()

  1. <head>
  2. <title>filter:11()</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="godwin.william@gmail.com">
  6. <meta name="Publisher" content="Godwin">
  7. <meta name="Copyright" content="William Godwin">
  8. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  9. </head>
  10. <body>
  11. <h1>Exemple de filtre Wave</h1>
  12. <div align="center">
  13. <img
  14. src="filter_11.gif"
  15. style="filter:Wave(freq=36, light=80, phase=66, strength=3)"
  16. width="83"
  17. height="139"
  18. alt="Exemple de filtre 11"
  19. border="0">
  20. </div>
  21. </body>
  22. </html>

Contents Haut

Exemple avec XRay()

  1. <head>
  2. <title>filter:12()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Publisher" content="Thompson">
  7. <meta name="Copyright" content="Kenneth Thompson">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body>
  11. <img
  12. style="filter:XRay();"
  13. src="12Filter.jpg"
  14. align="center"
  15. width="109"
  16. height="93"
  17. alt="XRay
  18. appliqu&eacute; &agrave; une image">
  19. <span style="width: 100%; filter:XRay();">
  20. XRay
  21. appliqu&eacute; &agrave; du texte
  22. </span>
  23. </body>
  24. </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.

Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph