Geen cache-versie.

Caching uitgeschakeld. Standaardinstelling voor deze pagina:ingeschakeld (code LNG204)
Als het scherm te langzaam is, kunt u de gebruikersmodus uitschakelen om de cacheversie te bekijken.

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();">

Inhoudsopgave 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 http-equiv="pragma" content="no-cache">
  7. <meta name="Author" lang="fr" content="Nicolas Machiavel">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Reply-to" content="simon.herbert@gmail.com">
  10. <meta name="Publisher" content="Simon">
  11. <meta name="Copyright" content="Herbert Simon">
  12. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  13. </head>
  14. <body>
  15. <h1>Exemple de filtre Alpha</h1>
  16. <div align="center">
  17. <img
  18. src="filter_0.gif"
  19. style="filter:Alpha(opacity=64, finishopacity=0, style=0)"
  20. width="21"
  21. height="51"
  22. alt="Exemple de filtre 0"
  23. border="0">
  24. </div>
  25. </body>
  26. </html>

Inhoudsopgave 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 http-equiv="pragma" content="no-cache">
  7. <meta name="Reply-to" content="morton.andrew@infobrol.com">
  8. <meta name="Publisher" content="Morton">
  9. <meta name="Copyright" content="Andrew Morton">
  10. </head>
  11. <body bgcolor="#FFFFFF" text="#000000">
  12. <img
  13. style="filter:Blur(direction=270, strength=3);"
  14. src="1Filter.jpg"
  15. align="center"
  16. width="80"
  17. height="107"
  18. alt="Blur
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:Blur(direction=270, strength=3);">
  21. Blur
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </html>

Inhoudsopgave Haut

Exemple avec Chroma()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:2()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  7. <meta name="Reply-to" content="abrikosov.alexei@infobrol.tk">
  8. <meta name="Publisher" content="Abrikosov">
  9. <meta name="Copyright" content="Alexei Abrikosov">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12. </head>
  13. <body>
  14. <img
  15. style="filter:Chroma(color=#e0eee0);"
  16. src="2Filter.jpg"
  17. align="center"
  18. width="111"
  19. height="113"
  20. alt="Chroma
  21. appliqu&eacute; &agrave; une image">
  22. <span style="width: 100%; filter:Chroma(color=#e0eee0);">
  23. Chroma
  24. appliqu&eacute; &agrave; du texte
  25. </span>
  26. </body>
  27. </html>

Inhoudsopgave 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. <head>
  4. <title>filter:3()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  7. <meta name="Copyright" content="Robert Wilhelm Bunsen">
  8. <meta http-equiv="content-language" content="fr">
  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=1, offy=4)"
  16. width="154"
  17. height="194"
  18. alt="Exemple de filtre 3"
  19. border="0">
  20. </div>
  21. </body>
  22. </html>

Inhoudsopgave 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="pragma" content="no-cache">
  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="stephencole@kleene.net">
  10. <meta name="Publisher" content="Kleene">
  11. <meta name="Copyright" content="Stephen Cole Kleene">
  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: 2px;
  17. padding: 16px;
  18. font-family: verdana;
  19. font-size: 14px;
  20. min-width: 622px;
  21. background:#FFFFFF;
  22. color:#000000;
  23. }
  24. </style>
  25.  
  26. </head>
  27.  
  28. <body>
  29. <img
  30. style="filter:FlipH();"
  31. src="4Filter.jpg"
  32. align="center"
  33. width="75"
  34. height="116"
  35. alt="FlipH
  36. appliqu&eacute; &agrave; une image">
  37. <span style="width: 100%; filter:FlipH();">
  38. FlipH
  39. appliqu&eacute; &agrave; du texte
  40. </span>
  41. </body>
  42. </html>

Inhoudsopgave 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="Reply-to" content="spengler.oswald@infobrol.biz">
  8. <meta name="Publisher" content="Spengler">
  9. <meta name="Copyright" content="Oswald Spengler">
  10. <meta http-equiv="content-language" content="fr">
  11. </head>
  12. <body>
  13. <h1>Exemple de filtre FlipV</h1>
  14. <div align="center">
  15. <img
  16. src="filter_5.gif"
  17. style="filter:FlipV()"
  18. width="196"
  19. height="83"
  20. alt="Exemple de filtre 5"
  21. border="0">
  22. </div>
  23. </body>
  24. </html>

Inhoudsopgave 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:6()</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="joy.bill@infobrol.pro">
  10. <meta name="Copyright" content="Bill Joy">
  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:Glow(color=#cdc9a5);"
  16. rows="5"
  17. cols="17">
  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:Glow(color=#cdc9a5);" />
  25. </form>
  26. </body>
  27. </html>

Inhoudsopgave Haut

Exemple avec Gray()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:7()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Copyright" content="Jean-Raymond Abrial">
  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: 2px;
  11. padding: 16px;
  12. font-family: verdana;
  13. font-size: 14px;
  14. min-width: 622px;
  15. background:#FFFFFF;
  16. color:#000000;
  17. }
  18. </style>
  19.  
  20. </head>
  21.  
  22. <body>
  23. width:100%;
  24. padding:19px;
  25. font-size:17pt;
  26. color:blue;
  27. filter:Gray()">
  28. Exemples d'utilisation de filtres</p>
  29. </div>
  30.  
  31. <br />
  32. <br />
  33.  
  34. <tr valign="top">
  35. <td width="22%" height="218">
  36. The quick brown fox jumped over the lazy dog.
  37. The quick brown fox jumped over the lazy dog.
  38. The quick brown fox jumped over the lazy dog.
  39. The quick brown fox jumped over the lazy dog.
  40. The quick brown fox jumped over the lazy dog.
  41. </td>
  42. <td width="21%">
  43. &nbsp;
  44. </td>
  45. <td width="57%">
  46. The quick brown fox jumped over the lazy dog.
  47. The quick brown fox jumped over the lazy dog.
  48. </td>
  49. </tr>
  50. </table>
  51.  
  52. </body>
  53. </html>

Inhoudsopgave Haut

Exemple avec Invert()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:8()</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="Jean-Jacques Rousseau">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="tesla.nikola@infobrol.biz">
  9. <meta name="Publisher" content="Tesla">
  10. <meta name="Copyright" content="Nikola Tesla">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12.  
  13. body {
  14. margin: 1px;
  15. padding: 11px;
  16. font-family: verdana;
  17. font-size: 10px;
  18. min-width: 650px;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body bgcolor="#FFFFFF" text="#000000">
  25. <img
  26. style="filter:Invert();"
  27. src="8Filter.jpg"
  28. align="center"
  29. width="98"
  30. height="110"
  31. alt="Invert
  32. appliqu&eacute; &agrave; une image">
  33. <span style="width: 100%; filter:Invert();">
  34. Invert
  35. appliqu&eacute; &agrave; du texte
  36. </span>
  37. </body>
  38. </html>

Inhoudsopgave Haut

Exemple avec Mask()

  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:9()</title>
  6. <meta name="Author" lang="fr" content="Alan Mathison Turing">
  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="hegel.georg@infobrol.biz">
  10. <meta name="Publisher" content="Hegel">
  11. <meta name="Copyright" content="Georg Hegel">
  12. <meta http-equiv="content-language" content="fr">
  13. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  14. </head>
  15. <body>
  16. <img
  17. style="filter:Mask(color=#e0eee0);"
  18. src="9Filter.jpg"
  19. align="center"
  20. width="78"
  21. height="96"
  22. alt="Mask
  23. appliqu&eacute; &agrave; une image">
  24. <span style="width: 100%; filter:Mask(color=#e0eee0);">
  25. Mask
  26. appliqu&eacute; &agrave; du texte
  27. </span>
  28. </body>
  29. </html>

Inhoudsopgave Haut

Exemple avec Shadow()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:10()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Author" lang="fr" content="Ferdinand von Zeppelin">
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <meta name="Publisher" content="Scot">
  8. <meta name="Copyright" content="Duns Scot">
  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: 2px;
  14. padding: 16px;
  15. font-family: verdana;
  16. font-size: 14px;
  17. min-width: 622px;
  18. background:#FFFFFF;
  19. color:#000000;
  20. }
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body>
  26. width:100%;
  27. padding:16px;
  28. font-size:43pt;
  29. color:blue;
  30. filter:Shadow(direction=135, color=#e0eee0)">
  31. Exemples d'utilisation de filtres</p>
  32. </div>
  33.  
  34. <br />
  35. <br />
  36.  
  37. <tr valign="top">
  38. <td width="22%" height="218">
  39. The quick brown fox jumped over the lazy dog.
  40. </td>
  41. <td width="21%">
  42. &nbsp;
  43. </td>
  44. <td width="57%">
  45. The quick brown fox jumped over the lazy dog.
  46. The quick brown fox jumped over the lazy dog.
  47. The quick brown fox jumped over the lazy dog.
  48. The quick brown fox jumped over the lazy dog.
  49. The quick brown fox jumped over the lazy dog.
  50. </td>
  51. </tr>
  52. </table>
  53.  
  54. </body>
  55. </html>

Inhoudsopgave 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="Author" lang="fr" content="Barbara Liskov">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Reply-to" content="cousin.victor@infobrol.pro">
  7. <meta name="Publisher" content="Cousin">
  8. <meta name="Copyright" content="Victor Cousin">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10.  
  11. body {
  12. margin: 2px;
  13. padding: 16px;
  14. font-family: verdana;
  15. font-size: 14px;
  16. min-width: 622px;
  17. background:#FFFFFF;
  18. color:#000000;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24. <body>
  25. <h1>Exemple de filtre Wave</h1>
  26. <div align="center">
  27. <img
  28. src="filter_11.gif"
  29. style="filter:Wave(freq=13, light=50, phase=4, strength=1)"
  30. width="190"
  31. height="175"
  32. alt="Exemple de filtre 11"
  33. border="0">
  34. </div>
  35. </body>
  36. </html>

Inhoudsopgave Haut

Exemple avec XRay()

  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:12()</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <meta name="Author" lang="fr" content="Victor Cousin">
  7. <meta name="Description" content="Utilisation des filtres, Demo">
  8. <meta name="Reply-to" content="william@godwin.info">
  9. <meta name="Copyright" content="William Godwin">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12. </head>
  13. <body>
  14. <img
  15. style="filter:XRay();"
  16. src="12Filter.jpg"
  17. align="center"
  18. width="118"
  19. height="111"
  20. alt="XRay
  21. appliqu&eacute; &agrave; une image">
  22. <span style="width: 100%; filter:XRay();">
  23. XRay
  24. appliqu&eacute; &agrave; du texte
  25. </span>
  26. </body>
  27. </html>

Inhoudsopgave 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.

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 27/02/2003 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/html-filtres-rf-all.html/

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Filtres : selfhtml (version 13/02/10)

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.

Inhoudsopgave Haut