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. <!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:0()</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="Larry Wall">
  9. <meta name="Copyright" content="Jef Raskin">
  10. <meta http-equiv="content-language" content="fr">
  11. </head>
  12. <body>
  13. <img
  14. style="filter:Alpha(opacity=82, finishopacity=0, style=3);"
  15. src="0Filter.jpg"
  16. align="center"
  17. width="111"
  18. height="112"
  19. alt="Alpha
  20. appliqu&eacute; &agrave; une image">
  21. <span style="width: 100%; filter:Alpha(opacity=82, finishopacity=0, style=3);">
  22. Alpha
  23. appliqu&eacute; &agrave; du texte
  24. </span>
  25. </body>
  26. </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="Description" content="Utilisation des filtres, Demo">
  7. <meta name="Publisher" content="Lenat">
  8. <meta name="Copyright" content="Douglas Lenat">
  9. <meta http-equiv="content-language" content="fr">
  10. </head>
  11. <body>
  12. <h1>Exemple de filtre Blur</h1>
  13. width:100%; padding:7px; font-size:17pt; color:red;
  14. filter:1(strength=18)">
  15. Application de Blur(),
  16. texte avec Blur
  17. The quick brown fox jumped over the lazy dog.
  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. </div>
  22. </body>
  23. </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 name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="hopper.grace@infobrol.biz">
  9. <meta name="Publisher" content="Hopper">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12. <body bgcolor="#FFFFFF" text="#000000">
  13. <form>
  14. <textarea id="test_textarea"
  15. style="filter:Chroma(color=#fafad2);"
  16. rows="5"
  17. cols="8">
  18. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  19. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  20. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  21. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  22. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  23. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  24. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  25. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  26. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  27. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  28. Maecenas porttitor congue massa. Fusce posuere, magna sed
  29. pulvinar ultricies, purus lectus malesuada libero, sit amet
  30. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  31. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  32. tristique senectus et netus et malesuada fames ac turpis
  33. egestas. Proin pharetra nonummy pede.
  34. type="button"
  35. name="btn1"
  36. value="Test"
  37. style="filter:Chroma(color=#fafad2);" />
  38. </form>
  39. </body>
  40. </html>

Contents Haut

Exemple avec DropShadow()

  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:3()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  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="diesel.rudolf@infobrol.tk">
  10. <meta name="Copyright" content="Rudolf Diesel">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12.  
  13. body {
  14. margin: 3px;
  15. padding: 13px;
  16. font-family: verdana;
  17. font-size: 17px;
  18. min-width: 682px;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body bgcolor="#FFFFFF" text="#000000">
  25. <div style="width: 100%; filter:DropShadow(offx=4, offy=2);">
  26. Ceci est un texte avec DropShadow...
  27. </div>
  28. </body>
  29. </html>

Contents Haut

Exemple avec FlipH()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:4()</title>
  4. <meta name="Author" lang="fr" content="Kristen Nygaard">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="jeremy@bentham.net">
  7. <meta name="Publisher" content="Bentham">
  8. <meta name="Copyright" content="Jeremy Bentham">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10.  
  11. body {
  12. margin: 3px;
  13. padding: 13px;
  14. font-family: verdana;
  15. font-size: 17px;
  16. min-width: 682px;
  17. }
  18. </style>
  19.  
  20. </head>
  21.  
  22. <body bgcolor="#FFFFFF" text="#000000">
  23. <img
  24. style="filter:FlipH();"
  25. src="4Filter.jpg"
  26. align="center"
  27. width="113"
  28. height="98"
  29. alt="FlipH
  30. appliqu&eacute; &agrave; une image">
  31. <span style="width: 100%; filter:FlipH();">
  32. FlipH
  33. appliqu&eacute; &agrave; du texte
  34. </span>
  35. </body>
  36. </html>

Contents Haut

Exemple avec FlipV()

  1. <head>
  2. <title>filter:5()</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="Reply-to" content="wernher.vonbraun@infobrol.edu">
  7. <meta name="Copyright" content="von Braun Wernher">
  8. </head>
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <img
  11. style="filter:FlipV();"
  12. src="5Filter.jpg"
  13. align="center"
  14. width="110"
  15. height="76"
  16. alt="FlipV
  17. appliqu&eacute; &agrave; une image">
  18. <span style="width: 100%; filter:FlipV();">
  19. FlipV
  20. appliqu&eacute; &agrave; du texte
  21. </span>
  22. </body>
  23. </html>

Contents Haut

Exemple avec Glow()

  1. <head>
  2. <title>filter:6()</title>
  3. <meta name="Reply-to" content="stephencole@kleene.net">
  4. <meta name="Copyright" content="Stephen Cole Kleene">
  5. <meta http-equiv="content-language" content="fr">
  6. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  7.  
  8. body {
  9. margin: 1px;
  10. padding: 3px;
  11. font-family: verdana;
  12. font-size: 18px;
  13. min-width: 763px;
  14. background:#FFFFFF;
  15. color:#000000;
  16. }
  17. </style>
  18.  
  19. </head>
  20.  
  21. <body>
  22. <h1>Exemple de filtre Glow</h1>
  23. width:100%; padding:5px; font-size:44pt; color:red;
  24. filter:6(color=#DDBB99)">
  25. Application de Glow(),
  26. texte avec Glow
  27. The quick brown fox jumped over the lazy dog.
  28. The quick brown fox jumped over the lazy dog.
  29. The quick brown fox jumped over the lazy dog.
  30. The quick brown fox jumped over the lazy dog.
  31. </div>
  32. </body>
  33. </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="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Publisher" content="Chevalier">
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. width:100%;
  10. padding:11px;
  11. font-size:23pt;
  12. color:blue;
  13. filter:Gray()">
  14. Exemples d'utilisation de filtres</p>
  15. </div>
  16.  
  17. <br />
  18. <br />
  19.  
  20. <tr valign="top">
  21. <td width="22%" height="218">
  22. The quick brown fox jumped over the lazy dog.
  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. </td>
  27. <td width="21%">
  28. &nbsp;
  29. </td>
  30. <td width="57%">
  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. </td>
  35. </tr>
  36. </table>
  37.  
  38. </body>
  39. </html>

Contents Haut

Exemple avec Invert()

  1. <head>
  2. <title>filter:8()</title>
  3. <meta name="Description" content="Utilisation des filtres, Demo">
  4. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  5. <meta name="Copyright" content="Albert Einstein">
  6. <meta http-equiv="content-language" content="fr">
  7. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  8.  
  9. body {
  10. margin: 3px;
  11. padding: 13px;
  12. font-family: verdana;
  13. font-size: 17px;
  14. min-width: 682px;
  15. }
  16. </style>
  17.  
  18. </head>
  19.  
  20. <body bgcolor="#FFFFFF" text="#000000">
  21. <form>
  22. <textarea id="test_textarea"
  23. style="filter:Invert();"
  24. rows="3"
  25. cols="5">
  26. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  27. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  28. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  29. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  30. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  31. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  32. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  33. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  34. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  35. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  36. Maecenas porttitor congue massa. Fusce posuere, magna sed
  37. pulvinar ultricies, purus lectus malesuada libero, sit amet
  38. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  39. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  40. tristique senectus et netus et malesuada fames ac turpis
  41. egestas. Proin pharetra nonummy pede.
  42. type="button"
  43. name="btn1"
  44. value="Test"
  45. style="filter:Invert();" />
  46. </form>
  47. </body>
  48. </html>

Contents Haut

Exemple avec Mask()

  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:9()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta name="Reply-to" content="carldavid.anderson@infobrol.int">
  8. <meta name="Copyright" content="Anderson Carl David">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10. </head>
  11. <body>
  12. <h1>Exemple de filtre Mask</h1>
  13. width:100%; padding:3px; font-size:13pt; color:red;
  14. filter:9(color=#fafad2)">
  15. Application de Mask(),
  16. texte avec Mask
  17. The quick brown fox jumped over the lazy dog.
  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. </div>
  22. </body>
  23. </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. <head>
  4. <title>filter:10()</title>
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta name="Reply-to" content="heinrichjacobi.friedrich@infobrol.pro">
  7. <meta name="Publisher" content="Heinrich Jacobi">
  8. <meta name="Copyright" content="Friedrich Heinrich Jacobi">
  9. <meta http-equiv="content-language" content="fr">
  10. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  11.  
  12. body {
  13. margin: 3px;
  14. padding: 13px;
  15. font-family: verdana;
  16. font-size: 17px;
  17. min-width: 682px;
  18. }
  19. </style>
  20.  
  21. </head>
  22.  
  23. <body bgcolor="#FFFFFF" text="#000000">
  24. <h1>Exemple de filtre Shadow</h1>
  25. width:100%; padding:16px; font-size:45pt; color:red;
  26. filter:10(direction=135, color=#fafad2)">
  27. Application de Shadow(),
  28. texte avec Shadow
  29. The quick brown fox jumped over the lazy dog.
  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. </div>
  34. </body>
  35. </html>

Contents Haut

Exemple avec Wave()

  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:11()</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="Reply-to" content="benjamin@tucker.net">
  10. <meta name="Publisher" content="Tucker">
  11. <meta name="Copyright" content="Benjamin Tucker">
  12. </head>
  13. <body>
  14. <img
  15. style="filter:Wave(light=70, freq=37);"
  16. src="11Filter.jpg"
  17. align="center"
  18. width="86"
  19. height="78"
  20. alt="Wave
  21. appliqu&eacute; &agrave; une image">
  22. <span style="width: 100%; filter:Wave(light=70, freq=37);">
  23. Wave
  24. appliqu&eacute; &agrave; du texte
  25. </span>
  26. </body>
  27. </html>

Contents Haut

Exemple avec XRay()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:12()</title>
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Publisher" content="Lenat">
  7. <meta name="Copyright" content="Douglas Lenat">
  8. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  9. </head>
  10. <body>
  11. <h1>Exemple de filtre XRay</h1>
  12. <div align="center">
  13. <img
  14. src="filter_12.gif"
  15. style="filter:XRay()"
  16. width="94"
  17. height="101"
  18. alt="Exemple de filtre 12"
  19. border="0">
  20. </div>
  21. </body>
  22. </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