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 all.()

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

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. <head>
  3. <title>filter:0()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Copyright" content="Gordon Earle Moore">
  6. <meta http-equiv="content-language" content="fr">
  7. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  8. </head>
  9. <body>
  10. <img
  11. style="filter:Alpha(opacity=72, finishopacity=0, style=0);"
  12. src="0Filter.jpg"
  13. align="center"
  14. width="120"
  15. height="110"
  16. alt="Alpha
  17. appliqu&eacute; &agrave; une image">
  18. <span style="width: 100%; filter:Alpha(opacity=72, finishopacity=0, style=0);">
  19. Alpha
  20. appliqu&eacute; &agrave; du texte
  21. </span>
  22. </body>
  23. </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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:1()</title>
  6. <meta name="Author" lang="fr" content="Anderson Carl David">
  7. <meta name="Copyright" content="Johannes Kepler">
  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: 1px;
  13. padding: 18px;
  14. font-family: verdana;
  15. font-size: 13px;
  16. min-width: 661px;
  17. }
  18. </style>
  19.  
  20. </head>
  21.  
  22. <body bgcolor="#FFFFFF" text="#000000">
  23. <h1>Exemple de filtre Blur</h1>
  24. width:100%; padding:7px; font-size:41pt; color:red;
  25. filter:1(strength=13)">
  26. Application de Blur(),
  27. texte avec Blur
  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. The quick brown fox jumped over the lazy dog.
  32. </div>
  33. </body>
  34. </html>

Contents Haut

Exemple avec Chroma()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:2()</title>
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Author" lang="fr" content="Edward Feigenbaum">
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  8. <body bgcolor="#FFFFFF" text="#000000">
  9. width:100%;
  10. padding:3px;
  11. font-size:32pt;
  12. color:blue;
  13. filter:Chroma(color=#fafad2)">
  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. </td>
  26. <td width="21%">
  27. &nbsp;
  28. </td>
  29. <td width="57%">
  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. </td>
  34. </tr>
  35. </table>
  36.  
  37. </body>
  38. </html>

Contents Haut

Exemple avec DropShadow()

  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:3()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Publisher" content="Hersch">
  8. <meta name="Copyright" content="Jeanne Hersch">
  9. </head>
  10. <body>
  11. <h1>Exemple de filtre DropShadow</h1>
  12. <div align="center">
  13. <img
  14. src="filter_3.gif"
  15. style="filter:DropShadow(offx=2, offy=1)"
  16. width="161"
  17. height="185"
  18. alt="Exemple de filtre 3"
  19. border="0">
  20. </div>
  21. </body>
  22. </html>

Contents Haut

Exemple avec FlipH()

  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:4()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta http-equiv="pragma" content="no-cache">
  8. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  9. <meta name="Reply-to" content="morse.samuel@infobrol.com">
  10. <meta name="Publisher" content="Morse">
  11. <meta name="Copyright" content="Samuel Morse">
  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: 1px;
  17. padding: 18px;
  18. font-family: verdana;
  19. font-size: 13px;
  20. min-width: 661px;
  21. }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000">
  27. <h1>Exemple de filtre FlipH</h1>
  28. <div align="center">
  29. <img
  30. src="filter_4.gif"
  31. style="filter:FlipH()"
  32. width="98"
  33. height="92"
  34. alt="Exemple de filtre 4"
  35. border="0">
  36. </div>
  37. </body>
  38. </html>

Contents Haut

Exemple avec FlipV()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:5()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Author" lang="fr" content="Jef Raskin">
  6. <meta name="Publisher" content="Leibowitz">
  7. <meta name="Copyright" content="Yeshayahou Leibowitz">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body>
  11. <h1>Exemple de filtre FlipV</h1>
  12. <div align="center">
  13. <img
  14. src="filter_5.gif"
  15. style="filter:FlipV()"
  16. width="39"
  17. height="197"
  18. alt="Exemple de filtre 5"
  19. border="0">
  20. </div>
  21. </body>
  22. </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 http-equiv="pragma" content="no-cache">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="cox.alan@infobrol.edu">
  7. <meta name="Copyright" content="Alan Cox">
  8. <meta http-equiv="content-language" content="fr">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10. </head>
  11. <body>
  12. width:100%;
  13. padding:12px;
  14. font-size:34pt;
  15. color:blue;
  16. filter:Glow(color=#fafad2, strength=18)">
  17. Exemples d'utilisation de filtres</p>
  18. </div>
  19.  
  20. <br />
  21. <br />
  22.  
  23. <tr valign="top">
  24. <td width="22%" height="218">
  25. The quick brown fox jumped over the lazy dog.
  26. The quick brown fox jumped over the lazy dog.
  27. The quick brown fox jumped over the lazy dog.
  28. The quick brown fox jumped over the lazy dog.
  29. </td>
  30. <td width="21%">
  31. &nbsp;
  32. </td>
  33. <td width="57%">
  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 Gray()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:7()</title>
  4. <meta name="Description" content="Utilisation des filtres, Demo">
  5. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  6. <meta name="Publisher" content="Bonnet">
  7. <meta name="Copyright" content="Charles Bonnet">
  8. <meta http-equiv="content-language" content="fr">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10. </head>
  11. <body>
  12. <img
  13. style="filter:Gray();"
  14. src="7Filter.jpg"
  15. align="center"
  16. width="104"
  17. height="120"
  18. alt="Gray
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:Gray();">
  21. Gray
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </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="Georg Hegel">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="lequier.jules@gmail.com">
  7. <meta name="Publisher" content="Lequier">
  8. <meta name="Copyright" content="Jules Lequier">
  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: 1px;
  14. padding: 14px;
  15. font-family: verdana;
  16. font-size: 17px;
  17. min-width: 625px;
  18. background:#FFFFFF;
  19. color:#000000;
  20. }
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body>
  26. <img
  27. style="filter:Invert();"
  28. src="8Filter.jpg"
  29. align="center"
  30. width="120"
  31. height="78"
  32. alt="Invert
  33. appliqu&eacute; &agrave; une image">
  34. <span style="width: 100%; filter:Invert();">
  35. Invert
  36. appliqu&eacute; &agrave; du texte
  37. </span>
  38. </body>
  39. </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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:9()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Reply-to" content="kleene.stephencole@infobrol.pro">
  8. <meta name="Publisher" content="Kleene">
  9. <meta name="Copyright" content="Stephen Cole Kleene">
  10. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  11.  
  12. body {
  13. margin: 1px;
  14. padding: 18px;
  15. font-family: verdana;
  16. font-size: 13px;
  17. min-width: 661px;
  18. }
  19. </style>
  20.  
  21. </head>
  22.  
  23. <body bgcolor="#FFFFFF" text="#000000">
  24. <img
  25. style="filter:Mask(color=#fafad2);"
  26. src="9Filter.jpg"
  27. align="center"
  28. width="101"
  29. height="108"
  30. alt="Mask
  31. appliqu&eacute; &agrave; une image">
  32. <span style="width: 100%; filter:Mask(color=#fafad2);">
  33. Mask
  34. appliqu&eacute; &agrave; du texte
  35. </span>
  36. </body>
  37. </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 name="Author" lang="fr" content="Christian Doppler">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="taine.hippolyte@infobrol.biz">
  9. <meta name="Publisher" content="Taine">
  10. <meta name="Copyright" content="Hippolyte Taine">
  11. <meta http-equiv="content-language" content="fr">
  12. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  13. <body bgcolor="#FFFFFF" text="#000000">
  14. <h1>Exemple de filtre Shadow</h1>
  15. width:100%; padding:13px; font-size:12pt; color:red;
  16. filter:10(direction=135, color=#fafad2)">
  17. Application de Shadow(),
  18. texte avec Shadow
  19. The quick brown fox jumped over the lazy dog.
  20. The quick brown fox jumped over the lazy dog.
  21. The quick brown fox jumped over the lazy dog.
  22. The quick brown fox jumped over the lazy dog.
  23. </div>
  24. </body>
  25. </html>

Contents Haut

Exemple avec Wave()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:11()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Reply-to" content="brahe.tycho@infobrol.biz">
  6. <meta name="Publisher" content="Brahe">
  7. <meta name="Copyright" content="Tycho Brahe">
  8. </head>
  9. <body>
  10. <div style="width: 100%; filter:Wave(light=24, freq=20);">
  11. Ceci est un texte avec Wave...
  12. </div>
  13. </body>
  14. </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 name="Author" lang="fr" content="Gustave de Molinari">
  5. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  6. <meta name="Reply-to" content="torricelli.evangelista@infobrol.edu">
  7. <meta name="Publisher" content="Torricelli">
  8. <meta name="Copyright" content="Evangelista Torricelli">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10.  
  11. body {
  12. margin: 1px;
  13. padding: 14px;
  14. font-family: verdana;
  15. font-size: 17px;
  16. min-width: 625px;
  17. background:#FFFFFF;
  18. color:#000000;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body>
  25. <h1>Exemple de filtre XRay</h1>
  26. <div align="center">
  27. <img
  28. src="filter_12.gif"
  29. style="filter:XRay()"
  30. width="24"
  31. height="49"
  32. alt="Exemple de filtre 12"
  33. border="0">
  34. </div>
  35. </body>
  36. </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-gray.html/html-filtres-rf-all.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