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

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

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. <!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 name="Author" lang="fr" content="Georgui Plekhanov">
  8. <meta name="Reply-to" content="feuerbach.ludwig@infobrol.pro">
  9. <meta name="Publisher" content="Feuerbach">
  10. <meta name="Copyright" content="Ludwig Feuerbach">
  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: 0px;
  16. padding: 17px;
  17. font-family: verdana;
  18. font-size: 13px;
  19. min-width: 682px;
  20. }
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body bgcolor="#FFFFFF" text="#000000">
  26. <h1>Exemple de filtre Alpha</h1>
  27. <div align="center">
  28. <img
  29. src="filter_0.gif"
  30. style="filter:Alpha(opacity=34, finishopacity=0, style=1)"
  31. width="175"
  32. height="26"
  33. alt="Exemple de filtre 0"
  34. border="0">
  35. </div>
  36. </body>
  37. </html>

Inhaltsverzeichnis Haut

Exemple avec Blur()

  1. <head>
  2. <title>filter:1()</title>
  3. <meta name="Description" content="Utilisation des filtres, Demo">
  4. <meta name="Reply-to" content="hertz.gustavludwig@infobrol.int">
  5. <meta name="Publisher" content="Hertz">
  6. <meta name="Copyright" content="Gustav Ludwig Hertz">
  7. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  8. </head>
  9. <body>
  10. width:100%;
  11. padding:15px;
  12. font-size:26pt;
  13. color:blue;
  14. filter:Blur(direction=135, strength=20)">
  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. </td>
  37. </tr>
  38. </table>
  39.  
  40. </body>
  41. </html>

Inhaltsverzeichnis Haut

Exemple avec Chroma()

  1. <head>
  2. <title>filter:2()</title>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  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="galien.claude@infobrol.int">
  7. <meta name="Publisher" content="Galien">
  8. <meta name="Copyright" content="Claude Galien">
  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: 0px;
  14. padding: 17px;
  15. font-family: verdana;
  16. font-size: 13px;
  17. min-width: 682px;
  18. }
  19. </style>
  20.  
  21. </head>
  22.  
  23. <body bgcolor="#FFFFFF" text="#000000">
  24. <img
  25. style="filter:Chroma(color=#cdc9a5);"
  26. src="2Filter.jpg"
  27. align="center"
  28. width="86"
  29. height="80"
  30. alt="Chroma
  31. appliqu&eacute; &agrave; une image">
  32. <span style="width: 100%; filter:Chroma(color=#cdc9a5);">
  33. Chroma
  34. appliqu&eacute; &agrave; du texte
  35. </span>
  36. </body>
  37. </html>

Inhaltsverzeichnis Haut

Exemple avec DropShadow()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:3()</title>
  4. <meta name="Author" lang="fr" content="Edwin Hubble">
  5. <meta name="Description" content="Utilisation des filtres, Demo">
  6. <meta name="Copyright" content="Jean Meslier">
  7. <meta http-equiv="content-language" content="fr">
  8. </head>
  9. <body bgcolor="#FFFFFF" text="#000000">
  10. <div style="width: 100%; filter:DropShadow(color=#fafad2);">
  11. Ceci est un texte avec DropShadow...
  12. </div>
  13. </body>
  14. </html>

Inhaltsverzeichnis Haut

Exemple avec FlipH()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:4()</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="Alexander Fleming">
  7. <meta name="Reply-to" content="vanrossum.guido@infobrol.int">
  8. <meta name="Publisher" content="Van Rossum">
  9. <meta name="Copyright" content="Guido Van Rossum">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12.  
  13. body {
  14. margin: 3px;
  15. padding: 19px;
  16. font-family: verdana;
  17. font-size: 9px;
  18. min-width: 654px;
  19. background:#FFFFFF;
  20. color:#000000;
  21. }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body>
  27. <h1>Exemple de filtre FlipH</h1>
  28. <div align="center">
  29. <img
  30. src="filter_4.gif"
  31. style="filter:FlipH()"
  32. width="51"
  33. height="81"
  34. alt="Exemple de filtre 4"
  35. border="0">
  36. </div>
  37. </body>
  38. </html>

Inhaltsverzeichnis Haut

Exemple avec FlipV()

  1. <head>
  2. <title>filter:5()</title>
  3. <meta name="Description" content="Utilisation des filtres, Demo">
  4. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  5. <meta name="Reply-to" content="atkinson.bill@infobrol.edu">
  6. <meta name="Publisher" content="Atkinson">
  7. <meta name="Copyright" content="Bill Atkinson">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body bgcolor="#FFFFFF" text="#000000">
  11. <h1>Exemple de filtre FlipV</h1>
  12. <div align="center">
  13. <img
  14. src="filter_5.gif"
  15. style="filter:FlipV()"
  16. width="130"
  17. height="188"
  18. alt="Exemple de filtre 5"
  19. border="0">
  20. </div>
  21. </body>
  22. </html>

Inhaltsverzeichnis Haut

Exemple avec Glow()

  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:6()</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="Identifier-URL" content="https://www.gaudry.be/">
  8. <meta name="Reply-to" content="brahe.tycho@infobrol.biz">
  9. <meta name="Copyright" content="Tycho Brahe">
  10. <meta http-equiv="content-language" content="fr">
  11. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  12.  
  13. body {
  14. margin: 3px;
  15. padding: 19px;
  16. font-family: verdana;
  17. font-size: 9px;
  18. min-width: 654px;
  19. background:#FFFFFF;
  20. color:#000000;
  21. }
  22. </style>
  23.  
  24. </head>
  25.  
  26. <body>
  27. <h1>Exemple de filtre Glow</h1>
  28. <div align="center">
  29. <img
  30. src="filter_6.gif"
  31. style="filter:Glow(color=#fafad2)"
  32. width="35"
  33. height="74"
  34. alt="Exemple de filtre 6"
  35. border="0">
  36. </div>
  37. </body>
  38. </html>

Inhaltsverzeichnis Haut

Exemple avec Gray()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:7()</title>
  4. <meta http-equiv="pragma" content="no-cache">
  5. <meta name="Author" lang="fr" content="Ivan Petrovitch Pavlov">
  6. <meta name="Reply-to" content="curie.marie@gmail.com">
  7. <meta name="Copyright" content="Marie Curie">
  8. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  9.  
  10. body {
  11. margin: 0px;
  12. padding: 17px;
  13. font-family: verdana;
  14. font-size: 13px;
  15. min-width: 682px;
  16. }
  17. </style>
  18.  
  19. </head>
  20.  
  21. <body bgcolor="#FFFFFF" text="#000000">
  22. <img
  23. style="filter:Gray();"
  24. src="7Filter.jpg"
  25. align="center"
  26. width="107"
  27. height="90"
  28. alt="Gray
  29. appliqu&eacute; &agrave; une image">
  30. <span style="width: 100%; filter:Gray();">
  31. Gray
  32. appliqu&eacute; &agrave; du texte
  33. </span>
  34. </body>
  35. </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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  4. <head>
  5. <title>filter:8()</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="mauchly.johnwilliam@infobrol.biz">
  10. <meta name="Copyright" content="John William Mauchly">
  11. <meta http-equiv="content-language" content="fr">
  12. </head>
  13. <body>
  14. <h1>Exemple de filtre Invert</h1>
  15. width:100%; padding:18px; font-size:40pt; color:red;
  16. filter:8()">
  17. Application de Invert(),
  18. texte avec Invert
  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>

Inhaltsverzeichnis 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 name="Publisher" content="Stroustrup">
  7. <meta name="Copyright" content="Bjarne Stroustrup">
  8. <meta http-equiv="content-language" content="fr">
  9. </head>
  10. <body>
  11. <form>
  12. <textarea id="test_textarea"
  13. style="filter:Mask(color=#fafad2);"
  14. rows="14"
  15. cols="17">
  16. The quick brown fox jumped over the lazy dog.
  17. The quick brown fox jumped over the lazy dog.
  18. The quick brown fox jumped over the lazy dog.
  19. type="button"
  20. name="btn1"
  21. value="Test"
  22. style="filter:Mask(color=#fafad2);" />
  23. </form>
  24. </body>
  25. </html>

Inhaltsverzeichnis 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="Content-Type" content="text/html; charset=UTF-8" />
  6. <link media="screen" type="text/css" rel="stylesheet" href="filters.css" />
  7.  
  8. body {
  9. margin: 3px;
  10. padding: 19px;
  11. font-family: verdana;
  12. font-size: 9px;
  13. min-width: 654px;
  14. background:#FFFFFF;
  15. color:#000000;
  16. }
  17. </style>
  18.  
  19. </head>
  20.  
  21. <body>
  22. <img
  23. style="filter:Shadow(color=#fafad2);"
  24. src="10Filter.jpg"
  25. align="center"
  26. width="116"
  27. height="94"
  28. alt="Shadow
  29. appliqu&eacute; &agrave; une image">
  30. <span style="width: 100%; filter:Shadow(color=#fafad2);">
  31. Shadow
  32. appliqu&eacute; &agrave; du texte
  33. </span>
  34. </body>
  35. </html>

Inhaltsverzeichnis 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 http-equiv="pragma" content="no-cache">
  6. <meta name="Description" content="Utilisation des filtres, Demo">
  7. <meta name="Reply-to" content="tufayl.ibn@gmail.com">
  8. <meta name="Publisher" content="Tufayl">
  9. <meta name="Copyright" content="Ibn Tufayl">
  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. <form>
  15. <textarea id="test_textarea"
  16. style="filter:Wave(freq=47, light=76, phase=7, strength=2);"
  17. rows="2"
  18. cols="3">
  19. Mauris et orci. Aenean nec lorem. In porttitor. Donec laoreet
  20. nonummy augue. Suspendisse dui purus, scelerisque at, vulputate
  21. vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis
  22. eleifend. Ut nonummy. Fusce aliquet pede non pede.
  23. Suspendisse dapibus lorem pellentesque magna. Integer nulla.
  24. Donec blandit feugiat ligula. Donec hendrerit, felis et imperdiet
  25. euismod, purus ipsum pretium metus, in lacinia nulla nisl eget
  26. sapien. Donec ut est in lectus consequat consequat. Etiam eget
  27. dui. Aliquam erat volutpat. Sed at lorem in nunc porta tristique.
  28. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
  29. Maecenas porttitor congue massa. Fusce posuere, magna sed
  30. pulvinar ultricies, purus lectus malesuada libero, sit amet
  31. commodo magna eros quis urna. Nunc viverra imperdiet enim.
  32. Fusce est. Vivamus a tellus. Pellentesque habitant morbi
  33. tristique senectus et netus et malesuada fames ac turpis
  34. egestas. Proin pharetra nonummy pede.
  35. type="button"
  36. name="btn1"
  37. value="Test"
  38. style="filter:Wave(freq=47, light=76, phase=7, strength=2);" />
  39. </form>
  40. </body>
  41. </html>

Inhaltsverzeichnis Haut

Exemple avec XRay()

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <head>
  3. <title>filter:12()</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="Author" lang="fr" content="Thomas More">
  6. <meta name="Reply-to" content="richard@stallman.org">
  7. <meta name="Publisher" content="Stallman">
  8. <meta name="Copyright" content="Richard Stallman">
  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: 19px;
  15. font-family: verdana;
  16. font-size: 9px;
  17. min-width: 654px;
  18. background:#FFFFFF;
  19. color:#000000;
  20. }
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body>
  26. <img
  27. style="filter:XRay();"
  28. src="12Filter.jpg"
  29. align="center"
  30. width="102"
  31. height="75"
  32. alt="XRay
  33. appliqu&eacute; &agrave; une image">
  34. <span style="width: 100%; filter:XRay();">
  35. XRay
  36. appliqu&eacute; &agrave; du texte
  37. </span>
  38. </body>
  39. </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-wave.html/xhtml-rf-body.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