Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Filtre button()

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

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

Inhaltsverzeichnis 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:0()</title>
  6. <meta http-equiv="pragma" content="no-cache">
  7. <meta name="Author" lang="fr" content="Tim Berners-Lee">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Reply-to" content="machiavel.nicolas@infobrol.biz">
  10. <meta name="Copyright" content="Nicolas Machiavel">
  11. </head>
  12. <body bgcolor="#FFFFFF" text="#000000">
  13. <h1>Exemple de filtre Alpha</h1>
  14. <div align="center">
  15. <img
  16. src="filter_0.gif"
  17. style="filter:Alpha(opacity=39, finishopacity=0, style=0)"
  18. width="121"
  19. height="102"
  20. alt="Exemple de filtre 0"
  21. border="0">
  22. </div>
  23. </body>
  24. </html>

Inhaltsverzeichnis 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 http-equiv="pragma" content="no-cache">
  7. <meta name="Author" lang="fr" content="Alan Mathison Turing">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Reply-to" content="stephencole@kleene.org">
  10. <meta name="Copyright" content="Stephen Cole Kleene">
  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: 5px;
  16. padding: 13px;
  17. font-family: verdana;
  18. font-size: 15px;
  19. min-width: 699px;
  20. background:#FFFFFF;
  21. color:#000000;
  22. }
  23. </style>
  24.  
  25. </head>
  26.  
  27. <body>
  28. width:100%;
  29. padding:4px;
  30. font-size:40pt;
  31. color:blue;
  32. filter:Blur(direction=225, strength=3)">
  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. </td>
  43. <td width="21%">
  44. &nbsp;
  45. </td>
  46. <td width="57%">
  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. The quick brown fox jumped over the lazy dog.
  51. </td>
  52. </tr>
  53. </table>
  54.  
  55. </body>
  56. </html>

Inhaltsverzeichnis 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:2()</title>
  6. <meta name="Author" lang="fr" content="Ferdinand von Zeppelin">
  7. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  8. <meta name="Reply-to" content="ibn@tufayl.net">
  9. <meta name="Publisher" content="Tufayl">
  10. <meta name="Copyright" content="Ibn Tufayl">
  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:Chroma(color=#cdc9a5);"
  17. src="2Filter.jpg"
  18. align="center"
  19. width="76"
  20. height="102"
  21. alt="Chroma
  22. appliqu&eacute; &agrave; une image">
  23. <span style="width: 100%; filter:Chroma(color=#cdc9a5);">
  24. Chroma
  25. appliqu&eacute; &agrave; du texte
  26. </span>
  27. </body>
  28. </html>

Inhaltsverzeichnis Haut

Exemple avec DropShadow()

  1. <head>
  2. <title>filter:3()</title>
  3. <meta name="Author" lang="fr" content="Seymour Cray">
  4. <meta name="Description" content="Utilisation des filtres, Demo">
  5. <meta name="Reply-to" content="atkinson.bill@gmail.com">
  6. <meta name="Publisher" content="Atkinson">
  7. <meta name="Copyright" content="Bill Atkinson">
  8. <meta http-equiv="content-language" content="fr">
  9. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  10. <body bgcolor="#FFFFFF" text="#000000">
  11. <h1>Exemple de filtre DropShadow</h1>
  12. <div align="center">
  13. <img
  14. src="filter_3.gif"
  15. style="filter:DropShadow(color=#fafad2)"
  16. width="26"
  17. height="144"
  18. alt="Exemple de filtre 3"
  19. border="0">
  20. </div>
  21. </body>
  22. </html>

Inhaltsverzeichnis 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. <head>
  4. <title>filter:4()</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="Thomas Edison">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Reply-to" content="lenat.douglas@infobrol.com">
  10. <meta name="Copyright" content="Douglas Lenat">
  11. </head>
  12. <body bgcolor="#FFFFFF" text="#000000">
  13. <img
  14. style="filter:FlipH();"
  15. src="4Filter.jpg"
  16. align="center"
  17. width="95"
  18. height="89"
  19. alt="FlipH
  20. appliqu&eacute; &agrave; une image">
  21. <span style="width: 100%; filter:FlipH();">
  22. FlipH
  23. appliqu&eacute; &agrave; du texte
  24. </span>
  25. </body>
  26. </html>

Inhaltsverzeichnis Haut

Exemple avec FlipV()

  1. <head>
  2. <title>filter:5()</title>
  3. <meta name="Author" lang="fr" content="Sigmund Freud">
  4. <meta name="Reply-to" content="rontgen.wilhelm@infobrol.com">
  5. <meta name="Copyright" content="Wilhelm Rontgen">
  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:FlipV();"
  12. src="5Filter.jpg"
  13. align="center"
  14. width="111"
  15. height="89"
  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>

Inhaltsverzeichnis Haut

Exemple avec Glow()

  1. <head>
  2. <title>filter:6()</title>
  3. <meta name="Description" content="Utilisation des filtres, Demo">
  4. <meta name="Reply-to" content="bacon.roger@infobrol.int">
  5. <meta name="Publisher" content="Bacon">
  6. <meta name="Copyright" content="Roger Bacon">
  7. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  8.  
  9. body {
  10. margin: 0px;
  11. padding: 19px;
  12. font-family: verdana;
  13. font-size: 16px;
  14. min-width: 796px;
  15. }
  16. </style>
  17.  
  18. </head>
  19.  
  20. <body bgcolor="#FFFFFF" text="#000000">
  21. <form>
  22. <textarea id="test_textarea"
  23. style="filter:Glow(color=#cdc9a5, strength=5);"
  24. rows="20"
  25. cols="8">
  26. The quick brown fox jumped over the lazy dog.
  27. type="button"
  28. name="btn1"
  29. value="Test"
  30. style="filter:Glow(color=#cdc9a5, strength=5);" />
  31. </form>
  32. </body>
  33. </html>

Inhaltsverzeichnis Haut

Exemple avec Gray()

  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:7()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Author" lang="fr" content="Gustave de Molinari">
  8. <meta name="Description" content="Utilisation des filtres, Demo">
  9. <meta name="Reply-to" content="marx.karl@gmail.com">
  10. <meta name="Publisher" content="Marx">
  11. <meta name="Copyright" content="Karl Marx">
  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: 13px;
  18. font-family: verdana;
  19. font-size: 15px;
  20. min-width: 699px;
  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:Gray();"
  32. rows="17"
  33. cols="20">
  34. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  35. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  36. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  37. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  38. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  39. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  40. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  41. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  42. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  43. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  44. Maecenas porttitor congue massa. Fusce posuere, magna sed
  45. pulvinar ultricies, purus lectus malesuada libero, sit amet
  46. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  47. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  48. tristique senectus et netus et malesuada fames ac turpis
  49. egestas. Proin pharetra nonummy pede.
  50. type="button"
  51. name="btn1"
  52. value="Test"
  53. style="filter:Gray();" />
  54. </form>
  55. </body>
  56. </html>

Inhaltsverzeichnis Haut

Exemple avec Invert()

  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:8()</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="Gustav Ludwig Hertz">
  8. <meta name="Reply-to" content="carldavid.anderson@infobrol.tk">
  9. <meta name="Copyright" content="Anderson Carl David">
  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:Invert();"
  16. rows="5"
  17. cols="7">
  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:Invert();" />
  38. </form>
  39. </body>
  40. </html>

Inhaltsverzeichnis 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="Tycho Brahe">
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <meta http-equiv="content-language" content="fr">
  8. </head>
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <h1>Exemple de filtre Mask</h1>
  11. <div align="center">
  12. <img
  13. src="filter_9.gif"
  14. style="filter:Mask(color=#cdc9a5)"
  15. width="31"
  16. height="44"
  17. alt="Exemple de filtre 9"
  18. border="0">
  19. </div>
  20. </body>
  21. </html>

Inhaltsverzeichnis Haut

Exemple avec Shadow()

  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: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="Tim Berners-Lee">
  9. <meta name="Description" content="Utilisation des filtres, Demo">
  10. <meta name="Reply-to" content="vonzeppelin.ferdinand@infobrol.com">
  11. <meta name="Copyright" content="Ferdinand von Zeppelin">
  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: 13px;
  18. font-family: verdana;
  19. font-size: 15px;
  20. min-width: 699px;
  21. background:#FFFFFF;
  22. color:#000000;
  23. }
  24. </style>
  25.  
  26. </head>
  27.  
  28. <body>
  29. <h1>Exemple de filtre Shadow</h1>
  30. width:100%; padding:11px; font-size:24pt; color:red;
  31. filter:10(color=#fafad2)">
  32. Application de Shadow(),
  33. texte avec Shadow
  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. The quick brown fox jumped over the lazy dog.
  38. </div>
  39. </body>
  40. </html>

Inhaltsverzeichnis Haut

Exemple avec Wave()

  1. <head>
  2. <title>filter:11()</title>
  3. <meta name="Author" lang="fr" content="Jon Postel">
  4. <meta name="Description" content="Utilisation des filtres, Demo">
  5. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  6. <meta name="Reply-to" content="pavlov.ivanpetrovitch@infobrol.edu">
  7. <meta name="Copyright" content="Ivan Petrovitch Pavlov">
  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:Wave(freq=30, light=94, phase=69, strength=8);"
  14. src="11Filter.jpg"
  15. align="center"
  16. width="116"
  17. height="80"
  18. alt="Wave
  19. appliqu&eacute; &agrave; une image">
  20. <span style="width: 100%; filter:Wave(freq=30, light=94, phase=69, strength=8);">
  21. Wave
  22. appliqu&eacute; &agrave; du texte
  23. </span>
  24. </body>
  25. </html>

Inhaltsverzeichnis 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="Author" lang="fr" content="Stephen Cole Kleene">
  6. <meta name="Reply-to" content="amaduzzi.giovannicristofano@infobrol.edu">
  7. <meta name="Copyright" content="Giovanni Cristofano Amaduzzi">
  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: 0px;
  13. padding: 19px;
  14. font-family: verdana;
  15. font-size: 16px;
  16. min-width: 796px;
  17. }
  18. </style>
  19.  
  20. </head>
  21.  
  22. <body bgcolor="#FFFFFF" text="#000000">
  23. <h1>Exemple de filtre XRay</h1>
  24. <div align="center">
  25. <img
  26. src="filter_12.gif"
  27. style="filter:XRay()"
  28. width="125"
  29. height="184"
  30. alt="Exemple de filtre 12"
  31. border="0">
  32. </div>
  33. </body>
  34. </html>

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

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 27/02/2003, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/html-filtres-rf-flipv.html/html-filtres-rf-invert.html/xhtml-rf-button.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Filtres : selfhtml (version 13/02/10)

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut